From 3633262bf2d8db0dd3bd51370826120371aac4a0 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 27 Mar 2006 01:24:34 +0000 Subject: - Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5762 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index ab9fd6dd7..99fb76c40 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -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; -- cgit v1.2.3-60-g2f50