From 14fdc8a90af61c2849e63dfc8dd91c835a8f82a5 Mon Sep 17 00:00:00 2001 From: Sally Cochenour Date: Wed, 25 Mar 2020 05:36:46 -0400 Subject: [PATCH] Savegame is a stupid term for this --- src/p_saveg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_saveg.c b/src/p_saveg.c index ee2dc62ea..ccae035ee 100644 --- a/src/p_saveg.c +++ b/src/p_saveg.c @@ -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); else CONS_Alert(CONS_ERROR, "Found mobj with unknown map thing type NULL\n"); - I_Error("Savegame corrupted"); + I_Error("Netsave corrupted"); } mobj->type = i; }