Make things look a bit nicer

This commit is contained in:
simon.kagstrom 2009-11-26 06:24:58 +00:00
parent f28eecdccd
commit 2bf6893441

View File

@ -97,8 +97,7 @@ void Menu::highlightBackground(SDL_Surface *where,
/* Right */ /* Right */
dst = (SDL_Rect){bg_x_end, bg_y_start, 0,0}; dst = (SDL_Rect){bg_x_end, bg_y_start, 0,0};
SDL_BlitSurface(bg_right, NULL, SDL_BlitSurface(bg_right, NULL, where, &dst);
where, &dst);
} }