From 1c0e43d3b05ae25c1d15d11f4087d878dec40eb6 Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sun, 3 Oct 2004 11:40:33 +0000 Subject: 1st permament stats-dialog --- src/gui/stats.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index d339d79a..a24cedf1 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -22,7 +22,6 @@ */ #include "stats.h" - #include extern PLAYER_INFO *char_info; @@ -44,14 +43,3 @@ void update_stats_dialog() { sprintf(stats_hp, "HP %i / %i", char_info->hp, char_info->max_hp); sprintf(stats_sp, "SP %i / %i", char_info->sp, char_info->max_sp); } - -/* -typedef struct { - int id; - char name[24]; - short hp, max_hp, sp, max_sp, lv; - int xp, zeny, job_xp, job_lv; - short statp, skillp; - char STR, AGI, VIT, INT, DEX, LUK; -} PLAYER_INFO; -*/ -- cgit v1.2.3-70-g09d2