mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- fixed Blood not accepting any input after loading a saved game.
This commit is contained in:
parent
38616d90a3
commit
be9402c4e0
1 changed files with 1 additions and 0 deletions
|
@ -530,6 +530,7 @@ bool GameInterface::LoadGame(FSaveGameNode* node)
|
|||
gFrameRate = 0;
|
||||
totalclock = 0;
|
||||
paused = 0;
|
||||
ready2send = 1;
|
||||
gamestate = GS_LEVEL;
|
||||
bVanilla = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue