summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 12:59:19 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 12:59:19 +0100
commit7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch)
tree82de31240ad1f1ae77874f07b288fcc39b8948f4 /src/map.c
parent23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff)
added drops
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.c b/src/map.c
index 03aaf5f..e466f5f 100644
--- a/src/map.c
+++ b/src/map.c
@@ -233,8 +233,6 @@ void draw_grid(platform_window* window) {
draw_objects_at_row(window, y);
}
-
- draw_bullets(window);
}
inline map_info get_map_info(platform_window* window) {