small cleanup

This commit is contained in:
p.kosyh 2009-09-11 09:12:51 +00:00
parent 9f09e48c35
commit a620ff92e4
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@ LUA_LFLAGS=$(shell pkg-config --libs lua5.1)
# for arch linux (may be others) use this
#
LUA_CFLAGS=$(shell pkg-config --cflags lua)
LUA_LFLAGS=$(shell pkg-config --libs lua)
# LUA_CFLAGS=$(shell pkg-config --cflags lua)
# LUA_LFLAGS=$(shell pkg-config --libs lua)
#
SDL_CFLAGS=$(shell sdl-config --cflags)

View file

@ -2101,7 +2101,7 @@ static void update_gfx(void *aux)
img_t img = (img_t) aux;
if (step_nr == -1)
return;
game_cursor(-1);
game_cursor(CURSOR_CLEAR);
gfx_set_alpha(img, (255 * (step_nr + 1)) / ALPHA_STEPS);
gfx_draw(img, 0, 0);
game_cursor(CURSOR_DRAW);