Update Options.hpp

This commit is contained in:
0TheSpy
2021-07-08 22:39:33 +03:00
committed by GitHub
parent f8d2da5915
commit f6c8158a3f

View File

@ -681,6 +681,7 @@ public:
OPTION(bool, shadows, false); OPTION(bool, shadows, false);
OPTION(float, ragdollgravity, 600.0f); OPTION(float, ragdollgravity, 600.0f);
OPTION(float, ragdolltime, 1.0f); OPTION(float, ragdolltime, 1.0f);
OPTION(int, fullbright, 0);
}; };
inline Options g_Options; inline Options g_Options;