- re-enabled the autoload-after-death function.

This had to be disabled for the menu but somehow was missed when reenabling these things again.
This commit is contained in:
Christoph Oelckers 2020-10-12 19:42:16 +02:00
parent 3bc9b3f5fc
commit 742917c6d7

View file

@ -147,9 +147,7 @@ static void GameTicker()
C_ClearMessages();
if (BackupSaveGame.IsNotEmpty() && cl_resumesavegame)
{
#if 0
DoLoadGame(BackupSaveGame);
#endif
}
else
{