VCMI loads main menu on a device, but crashes right after click on any botton. Megadebug patch attached.
This commit is contained in:
@@ -14,7 +14,7 @@ LOCAL_PATH=`cd $LOCAL_PATH && pwd`
|
||||
|
||||
SCRIPT=setEnvironment-r4b.sh
|
||||
CRYSTAX_WCHAR=
|
||||
if [ -n "`echo $NDK | grep 'android-ndk-r5b\|android-ndk-r5-crystax-1.beta3'`" ]; then
|
||||
if [ -n "`echo $NDK | grep 'android-ndk-r5'`" ]; then
|
||||
SCRIPT=setEnvironment-r5b.sh
|
||||
if [ -n "`echo $NDK | grep 'android-ndk-r5-crystax-1.beta3'`" ]; then
|
||||
CRYSTAX_WCHAR=1
|
||||
|
||||
Reference in New Issue
Block a user