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, 2 insertions, 0 deletions
diff --git a/htpstate.cpp b/htpstate.cpp index 273392e..ad830da 100644 --- a/htpstate.cpp +++ b/htpstate.cpp
@@ -7,6 +7,8 @@ HowToPlayState::HowToPlayState()
7 pointer = SDL_LoadBMP("pointer.bmp"); 7 pointer = SDL_LoadBMP("pointer.bmp");
8 secondPage = false; 8 secondPage = false;
9 selection = 0; 9 selection = 0;
10
11 SDL_WM_SetCaption("Maze Of Life - How To Play", NULL);
10} 12}
11 13
12void HowToPlayState::input(SDLKey key) 14void HowToPlayState::input(SDLKey key)