Skip to content

Commit a32a2dd

Browse files
Synchronize changes from 1.6 master branch [ci skip]
2bdac16 Fix #1927 Hydra flare doesn't work with createProjectile (#3600)
2 parents d182514 + 2bdac16 commit a32a2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7315,6 +7315,7 @@ CClientProjectile* CStaticFunctionDefinitions::CreateProjectile(CResource& Resou
73157315
case WEAPONTYPE_ROCKET_HS:
73167316
case WEAPONTYPE_FREEFALL_BOMB:
73177317
case WEAPONTYPE_REMOTE_SATCHEL_CHARGE:
7318+
case WEAPONTYPE_FLARE:
73187319
{
73197320
// Valid model ID? (0 means projectile will use default model)
73207321
if (usModel == 0 || CClientObjectManager::IsValidModel(usModel))

0 commit comments

Comments
 (0)