diff --git a/src/m_cheat.c b/src/m_cheat.c index 88f6aaf4a..8e9cd9f51 100644 --- a/src/m_cheat.c +++ b/src/m_cheat.c @@ -1451,7 +1451,7 @@ void Command_ObjectPlace_f(void) silent = COM_CheckParm("-silent"); - thingarg = 2 - ( silent > 1 ); + thingarg = 2 - ( silent != 1 ); // Entering objectplace? if (!objectplacing || thingarg < COM_Argc())