V0.2.1 : modified level transition messages again

This commit is contained in:
Evan Debenham 2014-10-06 21:54:06 -04:00
parent 6200a9c183
commit 80e1cb747e

View File

@ -224,7 +224,7 @@ public class GameScene extends PixelScene {
log.setRect( 0, toolbar.top(), attack.left(), 0 );
add( log );
if (Dungeon.depth <= Statistics.deepestFloor)
if (Dungeon.depth < Statistics.deepestFloor)
GLog.i( TXT_WELCOME_BACK, Dungeon.depth );
else
GLog.i( TXT_WELCOME, Dungeon.depth );