Renamed a function
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user