doom: Make defdemoname global variable const
This commit is contained in:
parent
265bd29b9a
commit
9048276688
1 changed files with 1 additions and 1 deletions
|
|
@ -2113,7 +2113,7 @@ void G_BeginRecording (void)
|
|||
// G_PlayDemo
|
||||
//
|
||||
|
||||
char* defdemoname;
|
||||
const char *defdemoname;
|
||||
|
||||
void G_DeferedPlayDemo (char* name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue