Fixed crash in Java code

This commit is contained in:
pelya
2010-11-30 18:11:20 +02:00
parent 54dbce5e6c
commit 92aa47b0ce
2 changed files with 7 additions and 2 deletions

View File

@@ -136,6 +136,11 @@ class Settings
public static void showConfig(final MainActivity p) {
settingsChanged = true;
if( Globals.OptionalDataDownload == null )
Globals.OptionalDataDownload = new boolean[Globals.DataDownloadUrl.split("\\^").length];
Globals.OptionalDataDownload[0] = true;
showConfigMainMenu(p);
}

View File

@@ -21,8 +21,8 @@ RedefinedKeys="LCTRL m t h e"
AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmountAutoFire=0
MultiABI=n
AppVersionCode=209404
AppVersionName="2094.04"
AppVersionCode=209704
AppVersionName="2097.04"
CompiledLibraries="sdl_net sdl_mixer sdl_image sdl_ttf png intl"
CustomBuildScript=n
AppCflags='-finline-functions -O2 -DWITH_ZLIB -DWITH_MIXER -DWITH_XML -DWITH_IMAGE -DWITH_TTF -DBUILD_RELEASE'