OpenTyrian: Do not show Android keyboard in save menu, it does not work

This commit is contained in:
pelya
2014-06-09 00:42:27 +03:00
parent eb81855ac7
commit 6ab8339049
2 changed files with 57 additions and 42 deletions

View File

@@ -2399,9 +2399,6 @@ void JE_operation( JE_byte slot )
wait_noinput(false, true, false);
JE_barShade(VGAScreen, 65, 55, 255, 155);
#ifdef ANDROID
SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput();
#endif
bool quit = false;
while (!quit)
{
@@ -2513,9 +2510,6 @@ void JE_operation( JE_byte slot )
case SDLK_RETURN:
case SDLK_SPACE:
quit = true;
#ifdef ANDROID
SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput();
#endif
JE_saveGame(slot, stemp);
JE_playSampleNum(S_SELECT);
break;