jarsplice hacked to support command line arguments

This commit is contained in:
ondra
2014-05-18 14:31:52 +02:00
parent dedd194925
commit 3bd1808621
3 changed files with 2 additions and 2 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -76,11 +76,11 @@ public abstract class BaseApp implements AppAccess, UncaughtExceptionHandler {
org.newdawn.slick.util.Log.setLogSystem(new SlickLogRedirector(log));
}
Log.i("=== Starting initialization sequence ===");
// hook
preInit();
// only here it makes sense to log.
Log.i("=== Starting initialization sequence ===");
/*