v0.7.5e: fixed spreading bug with wand of lightning and re-final commit

This commit is contained in:
Evan Debenham
2019-10-25 11:35:02 -04:00
parent 774f8db938
commit 4aa6b1788c
3 changed files with 3 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ public class DesktopLauncher {
try {
Game.versionCode = Integer.parseInt(DesktopLauncher.class.getPackage().getImplementationVersion());
} catch (NumberFormatException e) {
Game.versionCode = 381;
Game.versionCode = 382;
}
new LwjglApplication(new ShatteredPixelDungeon(new DesktopPlatformSupport()), config);