From 306c130cc425e96d2088f68551c4bb77dad412d3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 20 Jun 2009 12:43:34 -0400 Subject: Added BMPs back --- htpstate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htpstate.cpp') diff --git a/htpstate.cpp b/htpstate.cpp index f945b8f..ad830da 100644 --- a/htpstate.cpp +++ b/htpstate.cpp @@ -2,9 +2,9 @@ HowToPlayState::HowToPlayState() { - background1 = IMG_Load("htp1.png"); - background2 = IMG_Load("htp2.png"); - pointer = IMG_Load("pointer.png"); + background1 = SDL_LoadBMP("htp1.bmp"); + background2 = SDL_LoadBMP("htp2.bmp"); + pointer = SDL_LoadBMP("pointer.bmp"); secondPage = false; selection = 0; -- cgit 1.4.1