mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Add missing semi-colon.
svn-id: r27660
This commit is contained in:
parent
302da0b855
commit
8151111ee8
@ -161,7 +161,7 @@ void CEActionsSmartphone::initInstanceGame() {
|
||||
if (is_agi)
|
||||
_key_action[SMARTPHONE_ACTION_MULTI].setKey(SDLK_PAUSE); // agi: show predictive dialog
|
||||
else if (is_gob)
|
||||
_key_action[SMARTPHONE_ACTION_MULTI].setKey(Common::ASCII_F1, SDLK_F1) // bargon : F1 to start
|
||||
_key_action[SMARTPHONE_ACTION_MULTI].setKey(Common::ASCII_F1, SDLK_F1); // bargon : F1 to start
|
||||
else if (gameid == "atlantis")
|
||||
_key_action[SMARTPHONE_ACTION_MULTI].setKey(0, SDLK_KP0); // fate of atlantis : Ins to sucker-punch
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user