diff --git a/AndroidManifest.xml b/AndroidManifest.xml index de5f5d5b..902189a6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -5,7 +5,7 @@ Xash3D Android SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners. - v0.17 + v0.17.1 Port to Android by SDLash3D team: \n • a1batross\n • mittorn \n -• nicknekit.\n +• nicknekit.\n Special thanks to:\n • Uncle Mike for Xash3D engine\n diff --git a/src/org/libsdl/app/SDLActivity.java b/src/org/libsdl/app/SDLActivity.java index 8b991459..1f16250a 100644 --- a/src/org/libsdl/app/SDLActivity.java +++ b/src/org/libsdl/app/SDLActivity.java @@ -65,7 +65,7 @@ */ public class SDLActivity extends Activity { private static final String TAG = "SDL"; - private static final int PAK_VERSION = 4; + private static final int PAK_VERSION = 5; // Keep track of the paused state public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;