foxygit / doom Log in
commit a6ef89c78a7875a276c7e95dd00f3f23f01137f0
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue May 15 19:51:46 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue May 15 19:51:46 2018 +0300

    strife: Make defdemoname variable const
---
 src/strife/g_game.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 582fcda3..5edc9bee 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -2259,7 +2259,7 @@ void G_BeginRecording (void)
 // G_PlayDemo
 //

-char*	defdemoname;
+const char	*defdemoname;

 //
 // G_DeferedPlayDemo