diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-12 17:49:22 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-12 17:49:22 +0000 |
commit | 00a5f5fec3490b71f005cc87bc3ddcc9d8047950 (patch) | |
tree | 1420f563f00233efa820253b36607a7df9f3d166 | |
parent | c9f8171e2a6e6b7c61d8a9e519b7097433e219f3 (diff) | |
download | mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.gz mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.bz2 mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.xz mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.zip |
*** empty log message ***
-rw-r--r-- | src/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ typedef struct { int id; char name[24]; short hp, max_hp, sp, max_sp, lv; - int xp, gp, job_xp, job_lv; + short statsPointsToAttribute; + int xp, xpForNextLevel, gp, job_xp, jobXpForNextLevel, job_lv; short statp, skill_point, hair_color, hair_style; char STR, AGI, VIT, INT, DEX, LUK; short weapon; |