v0.6.4a: corrected a typo in new interlevelscene
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ public class InterlevelScene extends PixelScene {
|
|||||||
}
|
}
|
||||||
ShatteredPixelDungeon.reportException(
|
ShatteredPixelDungeon.reportException(
|
||||||
new RuntimeException("waited more than 10 seconds on levelgen. " +
|
new RuntimeException("waited more than 10 seconds on levelgen. " +
|
||||||
"Seed:" + Dungeon.seed + " depth:" + Dungeon.depth + "trace:" +
|
"Seed:" + Dungeon.seed + " depth:" + Dungeon.depth + " trace:" +
|
||||||
s)
|
s)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user