ref: 1c98a7fd9e8ac29b2671957e26f43c433c94fd78
parent: 90482766887e88b6922dae8646c670bfa48d31b0
author: Turo Lamminen <turotl@gmail.com>
date: Tue Apr 3 15:08:34 EDT 2018
doom: Make defdemoname variable static
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -2113,7 +2113,7 @@
// G_PlayDemo
//
-const char *defdemoname;
+static const char *defdemoname;
void G_DeferedPlayDemo (char* name)
{