summary refs log tree commit diff stats
path: root/titlestate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'titlestate.cpp')
-rw-r--r--titlestate.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/titlestate.cpp b/titlestate.cpp index ee6a2b5..144148a 100644 --- a/titlestate.cpp +++ b/titlestate.cpp
@@ -23,7 +23,9 @@ void TitleState::input(SDLKey key)
23 changeState(new GameState()); 23 changeState(new GameState());
24 24
25 break; 25 break;
26 case 1: // Add How To Play 26 case 1:
27 changeState(new HowToPlayState());
28
27 break; 29 break;
28 case 2: // Add choose highscore list 30 case 2: // Add choose highscore list
29 break; 31 break;