M_AssignSpraycans: Forgot to remove an irrelevant check, now should update if new Spray Can conditions are added

This commit is contained in:
toaster 2023-08-24 21:38:17 +01:00
parent 6d5770ff5a
commit 29c3943366

View file

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