remove redundant check

This commit is contained in:
Roman Fomin 2022-07-25 14:09:07 +07:00
parent 7ee7ffd156
commit 0169bdd4d9

View File

@ -2837,8 +2837,7 @@ void G_ReloadDefaults(void)
G_MBF21Defaults();
}
if (!strictmode)
D_SetBloodColor();
D_SetBloodColor();
D_SetPredefinedTranslucency();