- RR: initialize the bowling lane displays after loading a savegame.

This commit is contained in:
Christoph Oelckers 2022-12-02 15:45:19 +01:00
parent a0c7be9138
commit 4666c4a4b5

View file

@ -462,6 +462,7 @@ void GameInterface::SerializeGameState(FSerializer& arc)
everyothertime = 0;
FX_SetReverb(0);
resetlanepics();
}
}