small fix in highlighting

This commit is contained in:
p.kosyh 2011-07-31 12:09:34 +00:00
parent 9c7f23eafa
commit 1539f651f3

View file

@ -2000,13 +2000,14 @@ inv:
gfx_start_gif(el_img(el_spic));
gfx_free_image(offscreen);
// input_clear();
goto err;
}
{ /* highlight new scene, to avoid flickering */
int x, y;
gfx_cursor(&x, &y);
game_highlight(x, y, 1);
}
if (fading)
goto err;
out:
game_cursor(CURSOR_DRAW);
gfx_flip();