jarsplice hacked to support command line arguments

v5stable
ondra 10 years ago
parent dedd194925
commit 3bd1808621
  1. BIN
      build/stub-old.jar
  2. BIN
      build/stub.jar
  3. 4
      src/mightypork/gamecore/app/BaseApp.java

Binary file not shown.

Binary file not shown.

@ -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 ===");
/*

Loading…
Cancel
Save