mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 06:22:26 +00:00
Don't print the "map has no Spray Cans" error in modeattacking
This commit is contained in:
parent
9601290dd7
commit
03adb1c093
1 changed files with 2 additions and 1 deletions
|
|
@ -879,7 +879,8 @@ static void P_SpawnMapThings(boolean spawnemblems)
|
||||||
Z_Free(loopends);
|
Z_Free(loopends);
|
||||||
|
|
||||||
if (spawnemblems
|
if (spawnemblems
|
||||||
&& gametype != GT_TUTORIAL)
|
&& gametype != GT_TUTORIAL
|
||||||
|
&& !modeattacking)
|
||||||
{
|
{
|
||||||
const UINT8 recommendedcans =
|
const UINT8 recommendedcans =
|
||||||
#ifdef DEVELOP
|
#ifdef DEVELOP
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue