game: mark again IN_DuckToggle by TF macros

This commit is contained in:
SanyaSho 2022-08-13 20:13:50 +03:00
parent f1efb70d34
commit 5958f6f52d

View File

@ -1630,10 +1630,9 @@ static ConCommand startgrenade2( "+grenade2", IN_Grenade2Down );
static ConCommand startattack3("+attack3", IN_Attack3Down); static ConCommand startattack3("+attack3", IN_Attack3Down);
static ConCommand endattack3("-attack3", IN_Attack3Up); static ConCommand endattack3("-attack3", IN_Attack3Up);
// XXX: (SanyaSho): why? #if defined( TF_CLIENT_DLL ) || defined( TF_MOD_CLIENT )
//#ifdef TF_CLIENT_DLL || TF_MOD_CLIENT
static ConCommand toggle_duck( "toggle_duck", IN_DuckToggle ); static ConCommand toggle_duck( "toggle_duck", IN_DuckToggle );
//#endif #endif
// Xbox 360 stub commands // Xbox 360 stub commands
static ConCommand xboxmove("xmove", IN_XboxStub); static ConCommand xboxmove("xmove", IN_XboxStub);