mirror of
https://github.com/rehlds/reapi.git
synced 2025-04-23 14:53:44 +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
|
* For CBaseMonster::m_rgbTimeBasedDamage
|
||||||
|
* prefix should be ITBD_
|
||||||
*/
|
*/
|
||||||
enum TimeBasedDamage
|
enum TimeBasedDamage
|
||||||
{
|
{
|
||||||
ITDB_PRALYZE,
|
ITDB_PARALYZE,
|
||||||
ITDB_NERVEGAS,
|
ITDB_NERVEGAS,
|
||||||
ITDB_POISON,
|
ITDB_POISON,
|
||||||
ITDB_RADIATION,
|
ITDB_RADIATION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user