mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 13:01:52 +00:00
M_AssignSpraycans: Forgot to remove an irrelevant check, now should update if new Spray Can conditions are added
This commit is contained in:
parent
6d5770ff5a
commit
29c3943366
1 changed files with 0 additions and 3 deletions
|
|
@ -681,9 +681,6 @@ static void M_AssignSpraycans(void)
|
|||
// the release date of "Bomb Rush Cyberfunk".
|
||||
// ~toast 180823 (committed a day later)
|
||||
|
||||
if (gamedata->numspraycans != 0)
|
||||
return;
|
||||
|
||||
// Init ordered list of skincolors
|
||||
UINT16 tempcanlist[MAXSKINCOLORS];
|
||||
UINT16 listlen = 0, prependlen = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue