This commit is contained in:
James R 2020-10-24 20:44:42 -07:00
parent 305f58077d
commit afb8e6e181

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