mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 14:15:08 -08:00
Ensure initial title is shown before game starts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user