summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-13 08:23:15 -0300
committershennetsind <ind@henn.et>2013-06-13 08:23:15 -0300
commit7b6e280c5e35ac9e47f4d843178911496d81679c (patch)
tree0d1e9e02f5ee2fd350f1b86613441d1faebf743b /src/map/status.h
parent5e90c5fd3ff133a8f8ba9787d8f83c48840a7a96 (diff)
downloadhercules-7b6e280c5e35ac9e47f4d843178911496d81679c.tar.gz
hercules-7b6e280c5e35ac9e47f4d843178911496d81679c.tar.bz2
hercules-7b6e280c5e35ac9e47f4d843178911496d81679c.tar.xz
hercules-7b6e280c5e35ac9e47f4d843178911496d81679c.zip
Revert "Fixed pre-re build warning"
This reverts commit 4b713e7e3eac34339285125d194ae4ff4627fc2a.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h
index b906a4a1d..617cd9572 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);
-defType status_calc_def2(struct block_list *,struct status_change *, int, bool);
+signed short 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);
-defType status_calc_mdef2(struct block_list *,struct status_change *, int, bool);
+signed short 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);