From bada2274504817bcaf91282148d0b10fb9a99253 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 28 Jun 2001 21:15:05 +0000 Subject: [PATCH] --- source/player/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/player.cpp b/source/player/player.cpp index 98b95f7b6..70b2e30e2 100644 --- a/source/player/player.cpp +++ b/source/player/player.cpp @@ -1371,7 +1371,7 @@ if(drawlastpos) sb->printFT4(FRM__WATERMETER,x,y,0,0,POWERUPUI_OT); - if(m_healthWaterLevel<(WATER_COUNTER_SECONDTIME*6)) + if(m_healthWaterLevel<(WATER_COUNTER_SECONDTIME*6)&&m_currentPlayerModeClass->getState()!=STATE_SOAKUP) { int digit; DVECTOR src={x+(W/2),y+(H/2)};