summary refs log tree commit diff stats
path: root/hsglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hsglobal.cpp')
-rw-r--r--hsglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hsglobal.cpp b/hsglobal.cpp index 37db44b..c21d314 100644 --- a/hsglobal.cpp +++ b/hsglobal.cpp
@@ -2,8 +2,8 @@
2 2
3GlobalHighscoreListState::GlobalHighscoreListState() 3GlobalHighscoreListState::GlobalHighscoreListState()
4{ 4{
5 LOADIMAGE(options,hlo_rtm) 5 options = SDL_LoadBMP("hlo_rtm.bmp");
6 LOADIMAGE(pointer,pointer) 6 pointer = SDL_LoadBMP("pointer.bmp");
7 7
8 list = SDL_CreateRGBSurface(SDL_SWSURFACE || SDL_SRCCOLORKEY, 480, 480, 32, 0,0,0,0); 8 list = SDL_CreateRGBSurface(SDL_SWSURFACE || SDL_SRCCOLORKEY, 480, 480, 32, 0,0,0,0);
9 Uint32 bgColor = SDL_MapRGB(list->format, 255, 255, 255); 9 Uint32 bgColor = SDL_MapRGB(list->format, 255, 255, 255);