diff options
Diffstat (limited to 'titlestate.cpp')
| -rw-r--r-- | titlestate.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
| diff --git a/titlestate.cpp b/titlestate.cpp index c011480..6c4401d 100644 --- a/titlestate.cpp +++ b/titlestate.cpp | |||
| @@ -2,11 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | TitleState::TitleState() | 3 | TitleState::TitleState() |
| 4 | { | 4 | { |
| 5 | SDL_RWops *rw = SDL_RWFromMem(&_binary_title_bmp_start, (int) &_binary_title_bmp_size); | 5 | LOADIMAGE(background,title) |
| 6 | background = SDL_LoadBMP_RW(rw, 1); | 6 | LOADIMAGE(pointer,pointer) |
| 7 | |||
| 8 | rw = SDL_RWFromMem(&_binary_pointer_bmp_start, (int) &_binary_pointer_bmp_size); | ||
| 9 | pointer = SDL_LoadBMP_RW(rw, 1); | ||
| 10 | 7 | ||
| 11 | selection = 0; | 8 | selection = 0; |
| 12 | 9 | ||
