commit 67f927507d652daae0ede9f026501f934a7adddc
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 5 14:46:38 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 5 14:46:38 2018 +0300
heretic: Mark some variables static
---
src/heretic/d_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 63f66a35..6cc0e7b4 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -269,9 +269,9 @@ void D_DoomLoop(void)
===============================================================================
*/
-int demosequence;
-int pagetic;
-const char *pagename;
+static int demosequence;
+static int pagetic;
+static const char *pagename;
/*