diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index dd528660b..ce286d89a 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4782,8 +4782,11 @@ struct status_data *status_get_base_status(struct block_list *bl) return NULL; } } - -signed char status_get_def(struct block_list *bl) +#if RRMODE + short status_get_def(struct block_list *bl) +#else + signed char status_get_def(struct block_list *bl) +#endif { struct unit_data *ud; struct status_data *status = status_get_status_data(bl); |