summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-05 23:06:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-05 23:06:20 +0300
commit20e70d1846ba39599255887bef5098583a7586c9 (patch)
tree5eff327cd4c3d515c32044886140ee1787b9ed9b /src/map/map.c
parent694e3cd9efae509c5cec3d50bc17d037fd71733e (diff)
downloadevol-hercules-20e70d1846ba39599255887bef5098583a7586c9.tar.gz
evol-hercules-20e70d1846ba39599255887bef5098583a7586c9.tar.bz2
evol-hercules-20e70d1846ba39599255887bef5098583a7586c9.tar.xz
evol-hercules-20e70d1846ba39599255887bef5098583a7586c9.zip
Replace struct flooritem_data to TBL_ITEM.
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
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;