diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-14 17:00:40 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-14 17:00:40 +0000 |
commit | dba629be42361f2b805c46e102dbed861e3fb049 (patch) | |
tree | e5dd03ce352769ca0fd092ece5c06d3977e99c88 /src | |
parent | a1b4d11d5003fa178aae56b779b7ed7cc03b094f (diff) | |
download | mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.gz mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.bz2 mana-dba629be42361f2b805c46e102dbed861e3fb049.tar.xz mana-dba629be42361f2b805c46e102dbed861e3fb049.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/game.cpp | 6 | ||||
-rw-r--r-- | src/gui/stats.cpp | 3 |
2 files changed, 5 insertions, 4 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); diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index 3c5bbb3c..c5a3ebbd 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -90,7 +90,8 @@ void StatsWindow::update(){ figureStr[5] << (int)char_info->LUK; // for testing only... - remainingStatsPointsStr << "Remaining Status Points : " << char_info->statsPointsToAttribute; + + //remainingStatsPointsStr << "Remaining Status Points : " << char_info->statsPointsToAttribute; // Update labels for (i = 0; i < 6; i++) { |