diff options
-rw-r--r-- | src/gui/stats.cpp | 4 | ||||
-rw-r--r-- | tmw.ini | 2 |
2 files changed, 3 insertions, 3 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; } @@ -18,7 +18,7 @@ screen = 2 ; = Sound: ; = 1 enabled ; = 0 disabled -sound = 0 +sound = 1 ; = Chat logfile location: chatlog = chatlog.txt ; = Display strecth mode: |