From 29c39433669d99c6db9735602894deb9a2450c08 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 24 Aug 2023 21:38:17 +0100 Subject: [PATCH] M_AssignSpraycans: Forgot to remove an irrelevant check, now should update if new Spray Can conditions are added --- src/m_cond.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/m_cond.c b/src/m_cond.c index 5d3e07a59..eecc73ae6 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -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;