diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index bbfbee9e..c40a052c 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1460,7 +1460,6 @@ void do_parse() player_node->aspd = RFIFOW(4); break; } - statusWindow->update(); if (char_info->hp == 0 && deathNotice == NULL) { deathNotice = new OkDialog("Message", "You're now dead, press ok to restart", @@ -1849,7 +1848,6 @@ void do_parse() char_info->DEXUp = RFIFOB(13); char_info->LUK = RFIFOB(14); char_info->LUKUp = RFIFOB(15); - statusWindow->update(); break; // Updates status point case 0x00be: |