This commit is contained in:
James R 2020-10-24 20:44:42 -07:00
parent a0150e3ddf
commit b812c7a6d6

View file

@ -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())