TSAGE: Fix again #6507 - Regression introduced in a41db1939cdff632d16aa3849e23b844c46bafef

This commit is contained in:
Strangerke 2014-02-16 22:57:52 +01:00
parent 591b38ed42
commit 0657b7a072

View File

@ -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);