Skip to content

Commit

Permalink
TSAGE: Fix again #6507 - Regression introduced in a41db19
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 16, 2014
1 parent 591b38e commit 0657b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/tsage/ringworld2/ringworld2_dialogs.cpp
Expand Up @@ -322,6 +322,10 @@ void CharacterDialog::show() {

// Change to whichever scene the newly selected character is in
R2_GLOBALS._sceneManager.changeScene(R2_GLOBALS._player._characterScene[R2_GLOBALS._player._characterIndex]);

// Force the reset the current cursor
R2_GLOBALS._events.setCursor(CURSOR_USE);

} else
// Restore previous cursor
R2_GLOBALS._events.setCursor(cursorNum);
Expand Down

0 comments on commit 0657b7a

Please sign in to comment.