From 11decc4e626d0f949d816d9760a1f4012e1769b7 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 20 Jun 2009 10:25:34 -0400 Subject: Replaced bitmaps with PNGs --- titlestate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'titlestate.cpp') diff --git a/titlestate.cpp b/titlestate.cpp index 425e4ca..4b2c137 100644 --- a/titlestate.cpp +++ b/titlestate.cpp @@ -2,8 +2,8 @@ TitleState::TitleState() { - background = SDL_LoadBMP("title.bmp"); - pointer = SDL_LoadBMP("pointer.bmp"); + background = IMG_Load("title.png"); + pointer = IMG_Load("pointer.png"); selection = 0; SDL_WM_SetCaption("Maze Of Life", NULL); -- cgit 1.4.1