Remove &&

Not even sure how this compiled before :V
This commit is contained in:
Sally Coolatta 2020-06-02 13:32:51 -04:00
parent ac1283bc9d
commit e1d3111113

View file

@ -3117,7 +3117,7 @@ static void P_RelinkPointers(void)
if (!(mobj->itnext = P_FindNewPosition(temp))) if (!(mobj->itnext = P_FindNewPosition(temp)))
CONS_Debug(DBG_GAMELOGIC, "itnext not found on %d\n", mobj->type); CONS_Debug(DBG_GAMELOGIC, "itnext not found on %d\n", mobj->type);
} }
if (mobj->player) && if (mobj->player)
{ {
if (mobj->player->capsule) if (mobj->player->capsule)
{ {