hexen: Mark defdemoname variable static

This commit is contained in:
Turo Lamminen 2018-08-07 17:38:40 +03:00
parent f6ec4e9288
commit 92f5c72a55

View file

@ -2042,7 +2042,7 @@ void G_RecordDemo(skill_t skill, int numplayers, int episode, int map,
===================
*/
const char *defdemoname;
static const char *defdemoname;
void G_DeferedPlayDemo(char *name)
{