Savegame is a stupid term for this

This commit is contained in:
Sally Cochenour 2020-03-25 05:36:46 -04:00
parent dc9ce7bc20
commit 14fdc8a90a

View file

@ -2018,7 +2018,7 @@ static void LoadMobjThinker(actionf_p1 thinker)
CONS_Alert(CONS_ERROR, "Found mobj with unknown map thing type %d\n", mobj->spawnpoint->type); CONS_Alert(CONS_ERROR, "Found mobj with unknown map thing type %d\n", mobj->spawnpoint->type);
else else
CONS_Alert(CONS_ERROR, "Found mobj with unknown map thing type NULL\n"); CONS_Alert(CONS_ERROR, "Found mobj with unknown map thing type NULL\n");
I_Error("Savegame corrupted"); I_Error("Netsave corrupted");
} }
mobj->type = i; mobj->type = i;
} }