summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-07-14 04:11:27 +0200
committerHaru <haru@dotalux.com>2016-07-14 04:11:27 +0200
commit6c0b298c869913105e4c4d29a6580bf68cd89f55 (patch)
tree608154d6fb2e2a220249fd711c6e23fa8cb98937 /src/common/mmo.h
parentd85daf0f76485c8a3f065d79fb23dc3566aa81cd (diff)
downloadhercules-6c0b298c869913105e4c4d29a6580bf68cd89f55.tar.gz
hercules-6c0b298c869913105e4c4d29a6580bf68cd89f55.tar.bz2
hercules-6c0b298c869913105e4c4d29a6580bf68cd89f55.tar.xz
hercules-6c0b298c869913105e4c4d29a6580bf68cd89f55.zip
Changed mmo_charstatus::status_point and mmo_charstatus::skill_point to int
Fixes several -Wsign-compare issues Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 7e01d6960..0a5d9d053 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -570,7 +570,7 @@ struct mmo_charstatus {
int bank_vault;
short class_;
- unsigned int status_point,skill_point;
+ int status_point, skill_point;
int hp,max_hp,sp,max_sp;
unsigned int option;
short manner; // Defines how many minutes a char will be muted, each negative point is equivalent to a minute.