summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 1bf5fd49..647da20f 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -648,9 +648,9 @@ void do_parse() {
}
statusWindow->update();
if(char_info->hp==0) {
- OkDialog *death = new OkDialog("Message",
- "You're now dead, press ok to restart");
- alert("","","","","",0,0);
+ //OkDialog *death = new OkDialog("Message",
+ // "You're now dead, press ok to restart");
+ //alert("","","","","",0,0);
WFIFOW(0) = net_w_value(0x00b2);
WFIFOB(2) = 0;
WFIFOSET(3);