From c46daa31f8e0339aed12736699d0003d27f1fc7e Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 20 Jul 2025 12:18:48 +0200 Subject: Most warnings fixed, ignoring one warning for now... --- src/fpsgame/fps.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fpsgame/fps.cpp') diff --git a/src/fpsgame/fps.cpp b/src/fpsgame/fps.cpp index f5ce95c..35a5d65 100644 --- a/src/fpsgame/fps.cpp +++ b/src/fpsgame/fps.cpp @@ -590,6 +590,7 @@ namespace game d->totaldamage = 0; d->totalshots = 0; d->maxhealth = 100; + d->maxarmour = 50; d->lifesequence = -1; d->respawned = d->suicided = -2; } -- cgit v1.2.3