From acbb4cf912b70f88ebd03fd65239fdd4182e900f Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 10 Dec 2023 22:02:32 -0800 Subject: [PATCH] Revert change to gamemap default value - Some code assumes mapheaderinfo[gamemap-1] is valid before gamemap is set blame 5d0c062785 --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index bd729e6a9..5d6f55b95 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -109,7 +109,7 @@ UINT32 mapmusposition; // Position to jump to UINT32 mapmusresume; UINT8 mapmusrng; // Random selection result -INT16 gamemap = 0; +INT16 gamemap = 1; boolean g_reloadingMap; UINT32 maptol;