doom: Make defdemoname global variable const

This commit is contained in:
Turo Lamminen 2018-04-03 19:07:57 +03:00
parent 265bd29b9a
commit 9048276688

View file

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