SDL 1.3.0 workaround

This commit is contained in:
p.kosyh 2011-02-20 15:41:57 +00:00
parent 84f99b8ab3
commit d03decd94f

View file

@ -1158,7 +1158,7 @@ void game_menu_box_width(int show, const char *txt, int width)
menu = img2; menu = img2;
} }
} while(0); } while(0);
#esle #else
gfx_set_alpha(menu, game_theme.menu_alpha); gfx_set_alpha(menu, game_theme.menu_alpha);
#endif #endif
x = (game_theme.w - w)/2; x = (game_theme.w - w)/2;