small fix

This commit is contained in:
p.kosyh 2009-10-06 06:35:26 +00:00
parent 73a061ca0a
commit 6863e3e8b3

View file

@ -1366,7 +1366,6 @@ void enable_use(xref_t xref)
{ {
use_xref = xref; use_xref = xref;
xref_set_active(xref, 1); xref_set_active(xref, 1);
game_xref_update(use_xref, el(el_inv)->x, el(el_inv)->y);
if (xref_layout(use_xref) == txt_box_layout(el_box(el_inv))) if (xref_layout(use_xref) == txt_box_layout(el_box(el_inv)))
game_xref_update(use_xref, el(el_inv)->x, el(el_inv)->y); game_xref_update(use_xref, el(el_inv)->x, el(el_inv)->y);
else else