summaryrefslogtreecommitdiff
path: root/src/gui/stats.cpp
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-10-02 12:32:40 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-10-02 12:32:40 +0000
commit2e41ecaf9bfbbd8384095f0458cd20a6a0b5be9e (patch)
tree0569ab47c757932a16a1c796674ea9751d21a5ed /src/gui/stats.cpp
parentce46dce55e10d7c86752c549ce113ed9ce5bacdb (diff)
downloadmana-client-2e41ecaf9bfbbd8384095f0458cd20a6a0b5be9e.tar.gz
mana-client-2e41ecaf9bfbbd8384095f0458cd20a6a0b5be9e.tar.bz2
mana-client-2e41ecaf9bfbbd8384095f0458cd20a6a0b5be9e.tar.xz
mana-client-2e41ecaf9bfbbd8384095f0458cd20a6a0b5be9e.zip
*** empty log message ***
Diffstat (limited to 'src/gui/stats.cpp')
-rw-r--r--src/gui/stats.cpp2
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;
}