Fixed documentation in source for Android.
--- a/android-project/src/org/libsdl/app/SDLActivity.java Tue Oct 21 11:44:35 2014 -0300
+++ b/android-project/src/org/libsdl/app/SDLActivity.java Thu Oct 23 16:31:02 2014 +0200
@@ -37,6 +37,8 @@
// Keep track of the paused state
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus;
public static boolean mExitCalledFromJava;
+
+ /** If shared libraries (e.g. SDL or the native application) could not be loaded. */
public static boolean mBrokenLibraries;
// Main components