From 0169bdd4d90b8570d6673138e52212b8e6502724 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Mon, 25 Jul 2022 14:09:07 +0700 Subject: [PATCH] remove redundant check --- src/g_game.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/g_game.c b/src/g_game.c index c8c33804..8b76f7a7 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -2837,8 +2837,7 @@ void G_ReloadDefaults(void) G_MBF21Defaults(); } - if (!strictmode) - D_SetBloodColor(); + D_SetBloodColor(); D_SetPredefinedTranslucency();