mirror of
https://github.com/rehlds/reapi.git
synced 2025-01-29 23:17:57 +03:00
Fix `TimeBasedDamage enum
` typo at cssdk_const.inc (#256)
* Fix typo at cssdk_const.inc ITDB_PARALYZE enum
This commit is contained in:
parent
7be36cc307
commit
60f32302ee
@ -898,10 +898,11 @@ enum WeaponIdType
|
||||
|
||||
/**
|
||||
* For CBaseMonster::m_rgbTimeBasedDamage
|
||||
* prefix should be ITBD_
|
||||
*/
|
||||
enum TimeBasedDamage
|
||||
{
|
||||
ITDB_PRALYZE,
|
||||
ITDB_PARALYZE,
|
||||
ITDB_NERVEGAS,
|
||||
ITDB_POISON,
|
||||
ITDB_RADIATION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user