doom: Make defdemoname variable static

This commit is contained in:
Turo Lamminen 2018-04-03 19:08:34 +03:00
parent 9048276688
commit 1c98a7fd9e

View file

@ -2113,7 +2113,7 @@ void G_BeginRecording (void)
// G_PlayDemo
//
const char *defdemoname;
static const char *defdemoname;
void G_DeferedPlayDemo (char* name)
{