summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-30 07:55:47 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-30 07:55:47 -0600
commitd5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53 (patch)
treeab809df771094d860c5f2b4f1ad0f1083c6a4dca /src/gui/statuswindow.cpp
parent1c0ee2fc301d88c5c696392d9959e82e2acd0086 (diff)
downloadmana-client-d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53.tar.gz
mana-client-d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53.tar.bz2
mana-client-d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53.tar.xz
mana-client-d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53.zip
Support switching characters under eAthena
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r--src/gui/statuswindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp
index 8e31f350..de70457d 100644
--- a/src/gui/statuswindow.cpp
+++ b/src/gui/statuswindow.cpp
@@ -183,6 +183,10 @@ StatusWindow::StatusWindow():
std::string StatusWindow::update(int id)
{
+ /*/ TODO get rid of this
+ if (!player_node)
+ return "";*/
+
if (miniStatusWindow)
miniStatusWindow->update(id);