diff options
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 ff6e2c5f..2438cc1e 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -620,7 +620,7 @@ void do_parse() { char_info->job_lv = RFIFOW(4); break; } - statusDialog->update(); + statusWindow->update(); if(char_info->hp==0) { OkDialog *death = new OkDialog(guiTop, "You're now dead, press ok to restart"); |