mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +00:00
Self-review: Correctly initialised gamedata spraycan map id in clear_Levels
This commit is contained in:
parent
595b3d67d5
commit
9076b3c99b
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ void clear_levels(void)
|
|||
{
|
||||
UINT16 i;
|
||||
for (i = 0; i < gamedata->numspraycans; i++)
|
||||
gamedata->spraycans[i].map = 0;
|
||||
gamedata->spraycans[i].map = NEXTMAP_INVALID;
|
||||
}
|
||||
|
||||
// Exit the current gamemap as a safeguard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue