- Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5762 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex
2006-03-27 01:24:34 +00:00
parent 25137992bc
commit f2d2edd1cd
10 changed files with 170 additions and 113 deletions

View File

@@ -181,7 +181,7 @@ struct mmo_charstatus {
int zeny;
short class_;
short status_point,skill_point;
unsigned short status_point,skill_point;
int hp,max_hp,sp,max_sp;
short option,manner;
unsigned char karma;