mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-12 23:07:55 +03:00
Fixed companion melee damage not saving/restoring
This commit is contained in:
parent
dbb0ed6f46
commit
670465dc58
@ -156,6 +156,10 @@ BEGIN_DATADESC( CNPC_PlayerCompanion )
|
||||
DEFINE_INPUT( m_iGrenadeDropCapabilities, FIELD_INTEGER, "SetGrenadeDropCapabilities" ),
|
||||
#endif
|
||||
|
||||
#ifdef COMPANION_MELEE_ATTACK
|
||||
DEFINE_FIELD( m_nMeleeDamage, FIELD_INTEGER ),
|
||||
#endif
|
||||
|
||||
END_DATADESC()
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user