From ec911af9aee16bddc5a2e9d35e42842790bff809 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Fri, 2 Oct 2009 19:16:40 +0000 Subject: [PATCH] small fix in use logic --- 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 367edb8..8601b70 100644 --- a/src/sdl-instead/game.c +++ b/src/sdl-instead/game.c @@ -1496,7 +1496,7 @@ int game_click(int x, int y, int action) } - if (menu_mode || go_mode) + if (menu_mode || go_mode || elem->id == el_title) return 0; if (use_xref == xref)