From 60fcda1dc90a071a04438335461178983748ba20 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 7 Mar 2014 02:58:28 +0100 Subject: Fixed some warnings on ARM Now Hercules is officially able to compile and run on a Raspberry Pi. Signed-off-by: Haru --- src/common/mmo.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 2b66c516c..cf3933d40 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -334,14 +334,13 @@ struct s_homunculus { //[orn] unsigned int exp; short rename_flag; short vaporize; //albator - int str ; - int agi ; - int vit ; - int int_ ; - int dex ; - int luk ; - - char spiritball; //for homun S [lighta] + int str; + int agi; + int vit; + int int_; + int dex; + int luk; + int8 spiritball; //for homun S [lighta] }; struct s_mercenary { -- cgit v1.2.3-60-g2f50