v0.7.2c: adjusted how the game handles config changes
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
android:name="com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
|
||||
android:screenOrientation="nosensor">
|
||||
<intent-filter >
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ public class ShatteredPixelDungeon extends Game {
|
||||
public static final int v0_7_2 = 333;
|
||||
|
||||
public ShatteredPixelDungeon() {
|
||||
super( WelcomeScene.class );
|
||||
super( sceneClass == null ? WelcomeScene.class : sceneClass );
|
||||
|
||||
//v0.6.3
|
||||
com.watabou.utils.Bundle.addAlias(
|
||||
|
||||
Reference in New Issue
Block a user