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, 2 insertions, 2 deletions
diff --git a/titlestate.cpp b/titlestate.cpp index 425e4ca..4b2c137 100644 --- a/titlestate.cpp +++ b/titlestate.cpp
@@ -2,8 +2,8 @@
2 2
3TitleState::TitleState() 3TitleState::TitleState()
4{ 4{
5 background = SDL_LoadBMP("title.bmp"); 5 background = IMG_Load("title.png");
6 pointer = SDL_LoadBMP("pointer.bmp"); 6 pointer = IMG_Load("pointer.png");
7 selection = 0; 7 selection = 0;
8 8
9 SDL_WM_SetCaption("Maze Of Life", NULL); 9 SDL_WM_SetCaption("Maze Of Life", NULL);