Add WorldRailgunFired

This commit is contained in:
Cacodemon345 2024-11-21 13:10:17 +06:00 committed by Rachael Alexanderson
commit 26cff374de
4 changed files with 34 additions and 1 deletions

View file

@ -5639,7 +5639,7 @@ void P_RailAttack(FRailParams *p)
}
}
source->Level->localEventManager->WorldHitscanFired(source, start, trace.HitPos, thepuff, flags);
source->Level->localEventManager->WorldRailgunFired(source, start, trace.HitPos, thepuff, flags);
if (thepuff != NULL)
{