- remove pointless assert.

This commit is contained in:
Christoph Oelckers 2023-09-14 16:39:21 +02:00
parent a5e1f3bcad
commit ffa7891719

View file

@ -698,7 +698,6 @@ void FSerializer::ReadObjects(bool hubtravel)
} }
EndArray(); EndArray();
assert(!founderrors);
if (founderrors) if (founderrors)
{ {
Printf(TEXTCOLOR_RED "Failed to restore all objects in savegame\n"); Printf(TEXTCOLOR_RED "Failed to restore all objects in savegame\n");