summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 1f54bb95..f6da9a5b 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -599,7 +599,7 @@ void do_parse() {
char_info->job_lv = RFIFOW(4);
break;
}
- update_stats_dialog();
+ statsDialog->update();
if(char_info->hp==0) {
ok("Message", "You're now dead, press ok to restart");
WFIFOW(0) = net_w_value(0x00b2);