From d03decd94f82cf6fc1a2f0412146c35154a5fbd5 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 20 Feb 2011 15:41:57 +0000 Subject: [PATCH] SDL 1.3.0 workaround --- src/sdl-instead/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl-instead/game.c b/src/sdl-instead/game.c index 307285e..c8b7cc9 100644 --- a/src/sdl-instead/game.c +++ b/src/sdl-instead/game.c @@ -1158,7 +1158,7 @@ void game_menu_box_width(int show, const char *txt, int width) menu = img2; } } while(0); -#esle +#else gfx_set_alpha(menu, game_theme.menu_alpha); #endif x = (game_theme.w - w)/2;