fix CVar's register (#395)

This commit is contained in:
Shorohov Sergey 2019-07-30 18:46:24 +03:00 committed by Dmitry Novikov
parent b7c710626e
commit 010438918c

View File

@ -319,6 +319,9 @@ void EXT_FUNC GameDLLInit()
CVAR_REGISTER(&ff_damage_reduction_grenade_self);
CVAR_REGISTER(&ff_damage_reduction_other);
CVAR_REGISTER(&radio_timeout);
CVAR_REGISTER(&radio_maxinround);
// print version
CONSOLE_ECHO("ReGameDLL version: " APP_VERSION "\n");