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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/titlestate.cpp b/titlestate.cpp index 144148a..425e4ca 100644 --- a/titlestate.cpp +++ b/titlestate.cpp
@@ -5,6 +5,8 @@ TitleState::TitleState()
5 background = SDL_LoadBMP("title.bmp"); 5 background = SDL_LoadBMP("title.bmp");
6 pointer = SDL_LoadBMP("pointer.bmp"); 6 pointer = SDL_LoadBMP("pointer.bmp");
7 selection = 0; 7 selection = 0;
8
9 SDL_WM_SetCaption("Maze Of Life", NULL);
8} 10}
9 11
10void TitleState::input(SDLKey key) 12void TitleState::input(SDLKey key)