diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-30 20:55:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-30 20:55:07 +0300 |
commit | b2a0d0719989384171061edff8d720a9ab33467f (patch) | |
tree | a6c87e6e5f3ea28eeaa174634d631428e089c812 /src/gui/statuswindow.cpp | |
parent | 2c3c118c03ece5cad2b73affffbcbbc5a5746c7a (diff) | |
download | plus-b2a0d0719989384171061edff8d720a9ab33467f.tar.gz plus-b2a0d0719989384171061edff8d720a9ab33467f.tar.bz2 plus-b2a0d0719989384171061edff8d720a9ab33467f.tar.xz plus-b2a0d0719989384171061edff8d720a9ab33467f.zip |
Remove duplicate getAway function.
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r-- | src/gui/statuswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index c746eb82d..92e69b394 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -873,7 +873,7 @@ void StatusWindow::updateStatusBar(ProgressBar *bar, bool percent A_UNUSED) break; } - switch ((int)player_node->getAwayMode()) + switch ((int)player_node->getAway()) { case 0: str += translateLetter(N_("(O)")); |