Ensure initial title is shown before game starts

This commit is contained in:
journich
2021-02-26 16:38:21 +10:30
parent 1df4187777
commit 6cb4c1064a

View File

@@ -39,7 +39,7 @@ public class Letter {
public Letter() {
gameState = GAME_STATE.INIT;
gameState = GAME_STATE.STARTUP;
// Initialise kb scanner
kbScanner = new Scanner(System.in);