summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 5aca7bad..5b776845 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -265,7 +265,7 @@ void do_input() {
action_time = false;
} else if(key[KEY_I]) {
inventory.toggle();
- action_time = false;
+ action_time = false;
}
}
@@ -531,7 +531,7 @@ void do_parse() {
char_info->lv = RFIFOW(4);
break;
}
- //charstats_display(char_info);
+ update_stats_dialog();
if(char_info->hp==0) {
ok("Message", "You're now dead, press ok to restart");
WFIFOW(0) = net_w_value(0x00b2);