Don't reset savegame feature versions at end of DoLoad, so that -q works

This commit is contained in:
Jonathan G Rennison
2018-03-20 01:15:01 +00:00
parent 16c67ea484
commit fb946f6a2b

View File

@@ -2913,8 +2913,6 @@ static SaveOrLoadResult DoLoad(LoadFilter *reader, bool load_check)
GamelogStopAction();
}
SlXvSetCurrentState();
return SL_OK;
}