summary refs log tree commit diff stats
path: root/hslocal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hslocal.cpp')
-rw-r--r--hslocal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hslocal.cpp b/hslocal.cpp index b33a094..eec87e2 100644 --- a/hslocal.cpp +++ b/hslocal.cpp
@@ -6,12 +6,12 @@ LocalHighscoreListState::LocalHighscoreListState(bool fromGame)
6 6
7 if (fromGame) 7 if (fromGame)
8 { 8 {
9 options = SDL_LoadBMP("hlo_paartm.bmp"); 9 options = SDL_LoadBMP("resources/hlo_paartm.bmp");
10 } else { 10 } else {
11 options = SDL_LoadBMP("hlo_rtm.bmp"); 11 options = SDL_LoadBMP("resources/hlo_rtm.bmp");
12 } 12 }
13 13
14 pointer = SDL_LoadBMP("pointer.bmp"); 14 pointer = SDL_LoadBMP("resources/pointer.bmp");
15 15
16 LocalHighscoreList* lhl = new LocalHighscoreList(); 16 LocalHighscoreList* lhl = new LocalHighscoreList();
17 list = lhl->render(); 17 list = lhl->render();