Renamed a function

This commit is contained in:
pelya
2012-08-12 18:01:16 +03:00
parent e46400f500
commit 4ccba0347a
6 changed files with 23 additions and 24 deletions

View File

@@ -2404,7 +2404,7 @@ void JE_operation( JE_byte slot )
JE_barShade(VGAScreen, 65, 55, 255, 155);
#ifdef ANDROID
SDL_ANDROID_CallJavaTogglePlainAndroidSoftKeyboardInput();
SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput();
#endif
bool quit = false;
while (!quit)
@@ -2518,7 +2518,7 @@ void JE_operation( JE_byte slot )
case SDLK_SPACE:
quit = true;
#ifdef ANDROID
SDL_ANDROID_CallJavaTogglePlainAndroidSoftKeyboardInput();
SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput();
#endif
JE_saveGame(slot, stemp);
JE_playSampleNum(S_SELECT);