summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-27 17:20:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-27 17:20:58 (EDT)
commit38f7c9f909815df9886b532e2e631c91ca6db1a6 (patch)
tree0275b8b838af2e897cd8e3227220e3a789fe0cfa /src/map.c
parentf5afccb93da63988655817cf49741f9c0955f1a5 (diff)
downloaddodge-balls-38f7c9f909815df9886b532e2e631c91ca6db1a6.zip
dodge-balls-38f7c9f909815df9886b532e2e631c91ca6db1a6.tar.gz
dodge-balls-38f7c9f909815df9886b532e2e631c91ca6db1a6.tar.bz2
ball: Add map member
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 53dadaf..6bf2bd9 100644
--- a/src/map.c
+++ b/src/map.c
@@ -553,7 +553,7 @@ _db_tmx_object_end(void *pv, const char *name)
map->obj_r, map->obj_a, map->obj_d,
map->obj_sr, map->obj_s,
map->tileset_head, map->obj_gid,
- map->ball_tail);
+ map, map->ball_tail);
if (map->ball_tail == NULL) {
XML_StopParser(p, XML_FALSE);
free(map->obj_type);