mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
be9f4327c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue