From 9d533fa4d82935a083ff93a09aed95baea9fbfd4 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 3 Aug 2025 19:29:58 +0200 Subject: Bunch of stuff... --- src/fpsgame/fps.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/fpsgame/fps.cpp') diff --git a/src/fpsgame/fps.cpp b/src/fpsgame/fps.cpp index 37777cb..6a72335 100644 --- a/src/fpsgame/fps.cpp +++ b/src/fpsgame/fps.cpp @@ -405,11 +405,11 @@ namespace game { d->state = CS_DEAD; d->lastpain = lastmillis; - if(!restore) - { - gibeffect(max(-d->health, 0), d->vel, d); - d->deaths++; - } + if(!restore) d->deaths++; + //~{ + //~gibeffect(max(-d->health, 0), d->vel, d); + //~d->deaths++; + //~} if(d==player1) { if(deathscore) showscores(true); -- cgit v1.2.3