From f5fa67b7ad7be30c871e7fb1fad40c9ae346eaa0 Mon Sep 17 00:00:00 2001 From: yellowtd Date: Fri, 12 May 2017 20:54:06 -0400 Subject: [PATCH] no idea why this was stashed while the last commit before this one was made.. --- src/doomstat.h | 1 + src/g_game.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/doomstat.h b/src/doomstat.h index 033381435..0d6dc2bae 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -126,6 +126,7 @@ extern INT16 sstage_end; extern INT16 titlemap; extern boolean hidetitlepics; +extern INT16 bootmap; //bootmap for loading a map on startup extern boolean looptitle; extern boolean useNightsSS; diff --git a/src/g_game.c b/src/g_game.c index 01d744077..c118eba29 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -122,6 +122,7 @@ INT16 sstage_end; INT16 titlemap = 0; boolean hidetitlepics = false; +INT16 bootmap; //bootmap for loading a map on startup boolean looptitle = false; boolean useNightsSS = false;