change screen battle

This commit is contained in:
Fastium
2022-06-13 21:58:24 +02:00
parent 7a5cdf9f2d
commit 4d38088397
+1 -1
View File
@@ -103,7 +103,7 @@ public class ScreenBattle extends RenderingScreen{
battle.readNextLine();
}
if (c.keyStatus.get(Input.Keys.ENTER)){
screenBattleOn = battle.finish();
battle.screenBattleOn = battle.finish();
}
}