From bca5121051383933e5fdf15f6bcb04ddb797ac45 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 22 Jun 2009 09:35:52 -0400 Subject: Added cross compiliation --- titlestate.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'titlestate.cpp') diff --git a/titlestate.cpp b/titlestate.cpp index c011480..6c4401d 100644 --- a/titlestate.cpp +++ b/titlestate.cpp @@ -2,11 +2,8 @@ TitleState::TitleState() { - SDL_RWops *rw = SDL_RWFromMem(&_binary_title_bmp_start, (int) &_binary_title_bmp_size); - background = SDL_LoadBMP_RW(rw, 1); - - rw = SDL_RWFromMem(&_binary_pointer_bmp_start, (int) &_binary_pointer_bmp_size); - pointer = SDL_LoadBMP_RW(rw, 1); + LOADIMAGE(background,title) + LOADIMAGE(pointer,pointer) selection = 0; -- cgit 1.4.1