diff options
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++) { |