diff --git a/debug.sh b/debug.sh index d0e39e67..bdfa2b42 100755 --- a/debug.sh +++ b/debug.sh @@ -1,6 +1,6 @@ #!/bin/sh -ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1 SUPPORT_WEBP=false V=1 -j3 APP_CFLAGS="-gdwarf-3" XASH_SDL=1 +ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=1 SUPPORT_WEBP=false V=1 -j3 APP_CFLAGS="-gdwarf-3" XASH_SDL=0 sh gen-version.sh default-debug rm assets/extras.pak 2>/dev/null python2 makepak.py xash-extras assets/extras.pak diff --git a/jni/src/Xash3D/xash3d b/jni/src/Xash3D/xash3d index a114800c..1b6ab504 160000 --- a/jni/src/Xash3D/xash3d +++ b/jni/src/Xash3D/xash3d @@ -1 +1 @@ -Subproject commit a114800ce16bbde98d083c0b63e8782d6bbbfa2f +Subproject commit 1b6ab50478f7c9460bd5a699fc05d3c720a6a40d diff --git a/res/layout/about.xml b/res/layout/about.xml index 1332fd5e..26d7fe78 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -48,8 +48,7 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/about_links" android:id="@+id/textView6" - android:autoText="false" - android:autoLink="web" /> + android:autoText="false" />