mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
TSAGE: R2R: Don't allow F8 to start credits when they're already on
This commit is contained in:
parent
1a25abbd73
commit
902ce47c05
@ -1228,7 +1228,8 @@ void Ringworld2Game::processEvent(Event &event) {
|
||||
|
||||
case Common::KEYCODE_F8:
|
||||
// F8 - Credits
|
||||
R2_GLOBALS._sceneManager.changeScene(205);
|
||||
if (R2_GLOBALS._sceneManager._sceneNumber != 205)
|
||||
R2_GLOBALS._sceneManager.changeScene(205);
|
||||
break;
|
||||
|
||||
case Common::KEYCODE_F10:
|
||||
|
Loading…
x
Reference in New Issue
Block a user