1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Add missing weapon identifier for Heli-blade. Should close #23

This commit is contained in:
Sandu Liviu Catalin
2016-07-27 23:59:43 +03:00
parent 93e6e9f77a
commit ed6bb9802f
3 changed files with 7 additions and 2 deletions

View File

@ -700,6 +700,7 @@ enum EntityType
#define SQMOD_WEAPON_DROWNED 43
#define SQMOD_WEAPON_FALL 44
#define SQMOD_WEAPON_EXPLOSION2 51
#define SQMOD_WEAPON_HELIBLADES 60
#define SQMOD_WEAPON_SUICIDE 70
#define SQMOD_WEAPON_MAX 71