Revert change to gamemap default value

- Some code assumes mapheaderinfo[gamemap-1] is valid
  before gamemap is set

blame 5d0c062785
This commit is contained in:
James R 2023-12-10 22:02:32 -08:00
parent a07b54bc5c
commit acbb4cf912

View file

@ -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;