more reliable mouse in timer

This commit is contained in:
p.kosyh 2010-01-23 15:30:48 +00:00
parent bd06fdbe61
commit 5375c44d4f

View file

@ -363,6 +363,7 @@ static void instead_timer_do(void *data)
goto out;
mouse_reset(0);
game_cmd(p); free(p);
game_cursor(CURSOR_ON);
out:
instead_timer_nr = 0;
}