From d47da18958b5214def5127e201f60668c566d9bb Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 25 Aug 2013 17:07:35 -0400 Subject: Moved to an autoconf-based build system --- htpstate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htpstate.cpp') diff --git a/htpstate.cpp b/htpstate.cpp index fbf6b71..0771290 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 = SDL_LoadBMP("resources/htp1.bmp"); + background2 = SDL_LoadBMP("resources/htp2.bmp"); + pointer = SDL_LoadBMP("resources/pointer.bmp"); secondPage = false; selection = 0; -- cgit 1.4.1