diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 11:39:13 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 11:39:13 +0000 |
commit | aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4 (patch) | |
tree | 79f0f2f7aa2c3ecd5001bad258059863120094cd /src/game.cpp | |
parent | 0635bb5b29e3a865889f9ddcf5b6867f53ee6281 (diff) | |
download | mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.gz mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.bz2 mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.xz mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.zip |
1st permament stats-dialog
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
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); |