mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-03-26 10:02:34 +00:00
game: mark again IN_DuckToggle by TF macros
This commit is contained in:
parent
f1efb70d34
commit
5958f6f52d
@ -1630,10 +1630,9 @@ static ConCommand startgrenade2( "+grenade2", IN_Grenade2Down );
|
||||
static ConCommand startattack3("+attack3", IN_Attack3Down);
|
||||
static ConCommand endattack3("-attack3", IN_Attack3Up);
|
||||
|
||||
// XXX: (SanyaSho): why?
|
||||
//#ifdef TF_CLIENT_DLL || TF_MOD_CLIENT
|
||||
#if defined( TF_CLIENT_DLL ) || defined( TF_MOD_CLIENT )
|
||||
static ConCommand toggle_duck( "toggle_duck", IN_DuckToggle );
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
// Xbox 360 stub commands
|
||||
static ConCommand xboxmove("xmove", IN_XboxStub);
|
||||
|
Loading…
Reference in New Issue
Block a user