Add missing semi-colon.

svn-id: r27660
This commit is contained in:
Travis Howell 2007-06-23 12:16:43 +00:00
parent 302da0b855
commit 8151111ee8

View File

@ -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