using 3d models is not cheating and disabling saving in a single-player game on that basis is ridiculous anyway

This commit is contained in:
lif 2018-12-23 13:47:46 -08:00 committed by lifning
parent f97261ae85
commit 2009fa845b
1 changed files with 2 additions and 0 deletions

View File

@ -761,6 +761,8 @@ void G_SetNightsRecords(void)
// for consistency among messages: this modifies the game and removes savemoddata.
void G_SetGameModified(boolean silent)
{
// Lif: HACKED.
return;
if (modifiedgame && !savemoddata)
return;