act mode fix

This commit is contained in:
p.kosyh 2010-02-02 20:22:02 +00:00
parent a9be6b5360
commit 22dd1f5924

View file

@ -1734,7 +1734,7 @@ int game_click(int x, int y, int action, int filter)
if (elem->id == el_inv)
snprintf(buf, sizeof(buf), "use %s", xref_txt);
else
snprintf(buf, sizeof(buf), "%s", xref_txt);
snprintf(buf, sizeof(buf), "act %s", xref_txt);
} else
snprintf(buf, sizeof(buf), "%s", xref_get_text(xref));
if (mouse_filter(filter))