mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching character in different rooms
This commit is contained in:
parent
3f116d98bc
commit
e59c652b4b
@ -315,6 +315,9 @@ void CharacterDialog::show() {
|
||||
}
|
||||
}
|
||||
|
||||
// Reset the current cursor
|
||||
R2_GLOBALS._events.setCursor(CURSOR_CROSSHAIRS);
|
||||
|
||||
// Change to whichever scene the newly selected character is in
|
||||
R2_GLOBALS._sceneManager.changeScene(R2_GLOBALS._player._characterScene[R2_GLOBALS._player._characterIndex]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user