Current room is now correctly refreshed after showing credits
svn-id: r29278
This commit is contained in:
parent
cb302b244b
commit
e4125a0368
1 changed files with 2 additions and 2 deletions
|
@ -838,6 +838,7 @@ void Game::doShowCredits() {
|
|||
Events &events = Events::getReference();
|
||||
Mouse &mouse = Mouse::getReference();
|
||||
Screen &screen = Screen::getReference();
|
||||
Room &room = Room::getReference();
|
||||
|
||||
Sound.pause();
|
||||
mouse.cursorOff();
|
||||
|
@ -849,8 +850,7 @@ void Game::doShowCredits() {
|
|||
|
||||
events.waitForPress();
|
||||
|
||||
screen.resetPalette();
|
||||
screen.update();
|
||||
room.setRoomNumber(room.roomNumber());
|
||||
mouse.cursorOn();
|
||||
Sound.resume();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue