fixed compilation error for android builds as referenced in forums. http://wololo.net/forum/viewtopic.php?f=16&t=3366
This commit is contained in:
@@ -852,7 +852,7 @@ SimplePad * GameSettings::keypadStart(string input, string * _dest, bool _cancel
|
|||||||
engine->SendCommand( "displayKeyboard", input);
|
engine->SendCommand( "displayKeyboard", input);
|
||||||
#elif ANDROID
|
#elif ANDROID
|
||||||
JGE *engine = JGE::GetInstance();
|
JGE *engine = JGE::GetInstance();
|
||||||
engine->SendCommand( "displayKeyboard:" << input);
|
engine->SendCommand( "displayKeyboard:" + input);
|
||||||
#endif
|
#endif
|
||||||
keypad->bShowCancel = _cancel;
|
keypad->bShowCancel = _cancel;
|
||||||
keypad->bShowNumpad = _numpad;
|
keypad->bShowNumpad = _numpad;
|
||||||
@@ -1227,4 +1227,4 @@ bool GameOptionKeyBindings::write(std::ofstream* file, string name)
|
|||||||
*file << endl;
|
*file << endl;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// MARK: -
|
// MARK: -
|
||||||
|
|||||||
Reference in New Issue
Block a user