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;