diff options
Diffstat (limited to 'src/gui/stats.h')
-rw-r--r-- | src/gui/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h index e6a2ee39..cb1ec56e 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -37,6 +37,6 @@ typedef struct { char STR, AGI, VIT, INT, DEX, LUK; } PLAYER_INFO; -int charstats_display(CHAR_INFO *); +int charstats_display(PLAYER_INFO *); #endif |