small fix in use logic

This commit is contained in:
p.kosyh 2009-10-02 19:16:40 +00:00
parent 99915f4c20
commit ec911af9ae

View file

@ -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)