diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/stats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index 9b059369..ae6d2730 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -25,6 +25,6 @@ #include <iostream> -int charstats_display(CHAR_INFO * test) { - std::cout << "char_stats: " << endl; +int charstats_display(PLAYER_INFO * test) { + std::cout << "char_stats: " << std::endl; } |