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