- fixed Blood not accepting any input after loading a saved game.

This commit is contained in:
Christoph Oelckers 2020-08-03 00:10:18 +02:00
parent 38616d90a3
commit be9402c4e0

View file

@ -530,6 +530,7 @@ bool GameInterface::LoadGame(FSaveGameNode* node)
gFrameRate = 0;
totalclock = 0;
paused = 0;
ready2send = 1;
gamestate = GS_LEVEL;
bVanilla = false;