commit ea937ad07b4b0b0d6ec2263d79e253f31a625d19
parent 17d223ab707ef78181b7e0901051194f33c4fe0b
Author: Matsuda Kenji <info@mtkn.jp>
Date: Tue, 10 Jan 2023 10:38:31 +0900
disable double drawing
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/ex9/main.c b/ex9/main.c
@@ -264,7 +264,6 @@ game_play(void)
for (olc = ol; olc != NULL; olc = olc->next) {
draw_object_scroll((struct Object *)olc->item, scroll_dst);
}
- draw_object_scroll(player, scroll_dst);
}
lfreei(ol, (void (*)(void *))&free_object);