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