summary refs log tree commit diff stats
path: root/chlstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chlstate.cpp')
-rw-r--r--chlstate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chlstate.cpp b/chlstate.cpp index 14182a2..48bf8c2 100644 --- a/chlstate.cpp +++ b/chlstate.cpp
@@ -2,8 +2,8 @@
2 2
3ChooseHighscoreListState::ChooseHighscoreListState() 3ChooseHighscoreListState::ChooseHighscoreListState()
4{ 4{
5 LOADIMAGE(background,chl) 5 background = SDL_LoadBMP("chl.bmp");
6 LOADIMAGE(pointer,pointer) 6 pointer = SDL_LoadBMP("pointer.bmp");
7 7
8 selection = 0; 8 selection = 0;
9} 9}