diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 10:48:44 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 10:48:44 +0000 |
commit | 33bcf31d8eb5c7712e8a9d0b31489186a5c68521 (patch) | |
tree | 67e08d0e5ef4c40caee79e97402a43b2a4a9bca7 /src/game.cpp | |
parent | 4542a711526bfcd09184436eda440b10bb92fbed (diff) | |
download | mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.gz mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.bz2 mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.xz mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.zip |
Renamed stats dialog to status dialog, which it is and to make room for the
real stats dialog that is currently called the skill dialog.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index b37d77bc..ff6e2c5f 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -620,7 +620,7 @@ void do_parse() { char_info->job_lv = RFIFOW(4); break; } - statsDialog->update(); + statusDialog->update(); if(char_info->hp==0) { OkDialog *death = new OkDialog(guiTop, "You're now dead, press ok to restart"); |