mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 18:22:02 +00:00
Update p_mobj.cpp
This commit is contained in:
parent
00baa9cd7a
commit
d1e59eef70
1 changed files with 2 additions and 2 deletions
|
@ -6841,8 +6841,8 @@ AActor *P_SpawnPlayerMissile (AActor *source, double x, double y, double z,
|
|||
|
||||
if (P_CheckMissileSpawn (MissileActor, source->radius))
|
||||
{
|
||||
//Could be the Brutal Doom flashlight!
|
||||
if (MissileActor->DamageFunc != nullptr)
|
||||
if (MissileActor->DamageFunc != nullptr ||
|
||||
MissileActor->DamageType.GetIndex() != 0)
|
||||
{
|
||||
//Haptics
|
||||
long rightHanded = vr_control_scheme < 10;
|
||||
|
|
Loading…
Reference in a new issue