diff options
author | shennetsind <ind@henn.et> | 2013-06-13 07:37:59 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:52:00 -0400 |
commit | 0d6335f7ebff81f65a28568cf6fc1e24deaf96d1 (patch) | |
tree | 4b82cb12a6973e6ae93ecafd1b8925f391ea41a5 /src/map/status.h | |
parent | 267ceb503f1e8002959f0a5b7ea49de61d1d572c (diff) | |
download | hercules-0d6335f7ebff81f65a28568cf6fc1e24deaf96d1.tar.gz hercules-0d6335f7ebff81f65a28568cf6fc1e24deaf96d1.tar.bz2 hercules-0d6335f7ebff81f65a28568cf6fc1e24deaf96d1.tar.xz hercules-0d6335f7ebff81f65a28568cf6fc1e24deaf96d1.zip |
Fixed pre-re build warning
Special Thanks to ossi0110
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 617cd9572..b906a4a1d 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1848,9 +1848,9 @@ int status_check_visibility(struct block_list *src, struct block_list *target); int status_change_spread( struct block_list *src, struct block_list *bl ); defType status_calc_def(struct block_list *bl, struct status_change *sc, int, bool); -signed short status_calc_def2(struct block_list *,struct status_change *, int, bool); +defType status_calc_def2(struct block_list *,struct status_change *, int, bool); defType status_calc_mdef(struct block_list *bl, struct status_change *sc, int, bool); -signed short status_calc_mdef2(struct block_list *,struct status_change *, int, bool); +defType status_calc_mdef2(struct block_list *,struct status_change *, int, bool); #ifdef RENEWAL unsigned short status_base_matk(const struct status_data* status, int level); |