From 20e70d1846ba39599255887bef5098583a7586c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 23:06:20 +0300 Subject: Replace struct flooritem_data to TBL_ITEM. --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 618ae9c..c1d6299 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -35,7 +35,7 @@ int emap_addflooritem_post(int retVal, int *third_charid __attribute__ ((unused)), int *flags __attribute__ ((unused))) { - struct flooritem_data* fitem = (struct flooritem_data*)idb_get(map->id_db, retVal); + TBL_ITEM* fitem = (TBL_ITEM*)idb_get(map->id_db, retVal); if (fitem && fitem->cleartimer != INVALID_TIMER) { int timeout = battle->bc->flooritem_lifetime; -- cgit v1.2.3-60-g2f50