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