v0.6.4a: corrected a typo in new interlevelscene

This commit is contained in:
Evan Debenham 2018-04-07 21:14:26 -04:00
parent 8986b805d3
commit 91feebb565

View File

@ -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)
);
}