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, 0 insertions, 2 deletions
diff --git a/titlestate.cpp b/titlestate.cpp index ae18c48..2622caa 100644 --- a/titlestate.cpp +++ b/titlestate.cpp
@@ -6,8 +6,6 @@ TitleState::TitleState()
6 LOADIMAGE(pointer,pointer) 6 LOADIMAGE(pointer,pointer)
7 7
8 selection = 0; 8 selection = 0;
9
10 SDL_WM_SetCaption("Maze Of Life", NULL);
11} 9}
12 10
13void TitleState::input(SDL_keysym key) 11void TitleState::input(SDL_keysym key)