summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-12 17:49:22 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-12 17:49:22 +0000
commit00a5f5fec3490b71f005cc87bc3ddcc9d8047950 (patch)
tree1420f563f00233efa820253b36607a7df9f3d166 /src/main.h
parentc9f8171e2a6e6b7c61d8a9e519b7097433e219f3 (diff)
downloadMana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.gz
Mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.bz2
Mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.tar.xz
Mana-00a5f5fec3490b71f005cc87bc3ddcc9d8047950.zip
*** empty log message ***
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 6a9ba209..1af900bf 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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;