mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
TSAGE: Fix again #6507 - Regression introduced in a41db1939cdff632d16aa3849e23b844c46bafef
This commit is contained in:
parent
591b38ed42
commit
0657b7a072
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user