- missed two lines.

This commit is contained in:
Christoph Oelckers 2019-01-30 00:29:42 +01:00
parent 78b7b64237
commit f410762695
2 changed files with 2 additions and 2 deletions

View File

@ -2585,7 +2585,7 @@ void Net_DoCommand (int type, uint8_t **stream, int player)
const PClass *cls_rep = cls->GetReplacement();
if (cls != cls_rep)
{
removecount += RemoveClass(&leve, cls_rep);
removecount += RemoveClass(&level, cls_rep);
}
Printf("Removed %d actors of type %s.\n", removecount, s);
}

View File

@ -1024,7 +1024,7 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
FWeaponSlots::SetupWeaponSlots(players[i].mo);
}
}
AActor::RecreateAllAttachedLights();
RecreateAllAttachedLights();
InitPortalGroups(this);
automap->UpdateShowAllLines();