Skip to content

Commit

Permalink
Fix TimeBasedDamage enum typo at cssdk_const.inc (#256)
Browse files Browse the repository at this point in the history
* Fix typo at cssdk_const.inc
ITDB_PARALYZE enum
  • Loading branch information
RauliTop committed Mar 31, 2023
1 parent 7be36cc commit 60f3230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reapi/extra/amxmodx/scripting/include/cssdk_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 60f3230

Please sign in to comment.