Merge branch 'fix-pre-title-map-crash' into 'master'

Revert change to gamemap default value

Closes #792 and #788

See merge request KartKrew/Kart!1685
This commit is contained in:
toaster 2023-12-11 11:02:43 +00:00
commit be9f4327c6

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;