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 --- titlestate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'titlestate.cpp') diff --git a/titlestate.cpp b/titlestate.cpp index 95023e5..5a9b91e 100644 --- a/titlestate.cpp +++ b/titlestate.cpp @@ -2,8 +2,8 @@ TitleState::TitleState() { - background = SDL_LoadBMP("title.bmp"); - pointer = SDL_LoadBMP("pointer.bmp"); + background = SDL_LoadBMP("resources/title.bmp"); + pointer = SDL_LoadBMP("resources/pointer.bmp"); selection = 0; } -- cgit 1.4.1