mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Added a shorter name for rocket launcher in constants.
This commit is contained in:
parent
3da18ee02b
commit
68ac878fe9
@ -308,6 +308,7 @@ bool Register_Constants(HSQUIRRELVM vm)
|
||||
.Const(_SC("FALL"), SQMOD_WEAPON_FALL)
|
||||
.Const(_SC("EXPLOSION2"), SQMOD_WEAPON_EXPLOSION2)
|
||||
.Const(_SC("SUICIDE"), SQMOD_WEAPON_SUICIDE)
|
||||
.Const(_SC("ROCKET"), SQMOD_WEAPON_ROCKETLAUNCHER)
|
||||
);
|
||||
|
||||
Sqrat::ConstTable(vm).Enum(_SC("EVEHICLE"), Sqrat::Enumeration(vm)
|
||||
|
Loading…
Reference in New Issue
Block a user