From 1bdaa420129539ffc39ab4b1bb2d87a68e9b632a Mon Sep 17 00:00:00 2001 From: faineance Date: Sun, 14 Dec 2014 12:36:40 +0000 Subject: [PATCH] fix multiple default values --- Sources/Client/Client_LocalEnts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Client/Client_LocalEnts.cpp b/Sources/Client/Client_LocalEnts.cpp index b70c66fa..c47826d8 100644 --- a/Sources/Client/Client_LocalEnts.cpp +++ b/Sources/Client/Client_LocalEnts.cpp @@ -51,7 +51,7 @@ #include "NetClient.h" -SPADES_SETTING(cg_blood, "0"); +SPADES_SETTING(cg_blood, "1"); SPADES_SETTING(cg_reduceSmoke, "0"); SPADES_SETTING(cg_waterImpact, "1");