From dba629be42361f2b805c46e102dbed861e3fb049 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Fri, 14 Jan 2005 17:00:40 +0000 Subject: *** empty log message *** --- src/game.cpp | 6 +++--- src/gui/stats.cpp | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') 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++) { -- cgit v1.2.3-70-g09d2