diff options
| author | xolatile | 2025-08-03 19:29:58 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-03 19:29:58 +0200 |
| commit | 9d533fa4d82935a083ff93a09aed95baea9fbfd4 (patch) | |
| tree | cbdae0db5551d64b7234cc8c604427696e391e6a /src/fpsgame/fps.cpp | |
| parent | 5e6e01e66378261a075bbc9730c9287874b8c3bd (diff) | |
| download | xolatile-badassbug-9d533fa4d82935a083ff93a09aed95baea9fbfd4.tar.xz xolatile-badassbug-9d533fa4d82935a083ff93a09aed95baea9fbfd4.tar.zst | |
Bunch of stuff...
Diffstat (limited to 'src/fpsgame/fps.cpp')
| -rw-r--r-- | src/fpsgame/fps.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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); |
