VCMI: messing with code at random, it loads start menu but then crashes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user