TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching character in different rooms

This commit is contained in:
Strangerke 2014-01-27 23:23:32 +01:00
parent 3f116d98bc
commit e59c652b4b

View File

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