VCMI: messing with code at random, it loads start menu but then crashes

This commit is contained in:
pelya
2013-08-03 21:21:46 +03:00
parent 8349494361
commit 1527ebc27b
10 changed files with 468 additions and 207 deletions

View File

@@ -767,5 +767,6 @@ class Settings
private static native void nativeSetTouchscreenCalibration(int x1, int y1, int x2, int y2);
public static native void nativeSetEnv(final String name, final String value);
public static native int nativeChmod(final String name, int mode);
public static native void nativeChdir(final String dir);
}