summary refs log tree commit diff stats
path: root/htpstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'htpstate.cpp')
-rw-r--r--htpstate.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/htpstate.cpp b/htpstate.cpp index da4b6a2..03d02c6 100644 --- a/htpstate.cpp +++ b/htpstate.cpp
@@ -8,8 +8,6 @@ HowToPlayState::HowToPlayState()
8 8
9 secondPage = false; 9 secondPage = false;
10 selection = 0; 10 selection = 0;
11
12 SDL_WM_SetCaption("Maze Of Life - How To Play", NULL);
13} 11}
14 12
15void HowToPlayState::input(SDL_keysym key) 13void HowToPlayState::input(SDL_keysym key)