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 --- htpstate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htpstate.cpp') diff --git a/htpstate.cpp b/htpstate.cpp index ad830da..f945b8f 100644 --- a/htpstate.cpp +++ b/htpstate.cpp @@ -2,9 +2,9 @@ HowToPlayState::HowToPlayState() { - background1 = SDL_LoadBMP("htp1.bmp"); - background2 = SDL_LoadBMP("htp2.bmp"); - pointer = SDL_LoadBMP("pointer.bmp"); + background1 = IMG_Load("htp1.png"); + background2 = IMG_Load("htp2.png"); + pointer = IMG_Load("pointer.png"); secondPage = false; selection = 0; -- cgit 1.4.1