From 3364658237805c34ebc074d52d34f540c8a8ee56 Mon Sep 17 00:00:00 2001 From: hemagx Date: Sat, 26 Dec 2015 11:17:14 +0200 Subject: Change all TBL_HOM to struct homun_data as per style guidelines Signed-off-by: Haru --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 9fb1c24fd..fefa494fc 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2784,7 +2784,7 @@ int unit_free(struct block_list *bl, clr_type clrtype) { } case BL_HOM: { - struct homun_data *hd = (TBL_HOM*)bl; + struct homun_data *hd = (struct homun_data *)bl; struct map_session_data *sd = hd->master; homun->hunger_timer_delete(hd); if( hd->homunculus.intimacy > 0 ) -- cgit v1.2.3-60-g2f50