mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-01 06:10:42 +00:00
- remove pointless assert.
This commit is contained in:
parent
a5e1f3bcad
commit
ffa7891719
1 changed files with 0 additions and 1 deletions
|
@ -698,7 +698,6 @@ void FSerializer::ReadObjects(bool hubtravel)
|
|||
}
|
||||
EndArray();
|
||||
|
||||
assert(!founderrors);
|
||||
if (founderrors)
|
||||
{
|
||||
Printf(TEXTCOLOR_RED "Failed to restore all objects in savegame\n");
|
||||
|
|
Loading…
Reference in a new issue