Remove QF_3D from A_QuakeEx calls with 65535 radius.
This commit is contained in:
parent
fa80c346ec
commit
641a0d3f6f
3 changed files with 7 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r86 \cu(Thu 2 Jun 00:48:17 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r86 \cu(2022-06-02 00:48:17)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r87 \cu(Thu 2 Jun 00:51:02 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r87 \cu(2022-06-02 00:51:02)\c-";
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ Class SWWMBossBrain : BossBrain
|
|||
MBRN A 10
|
||||
{
|
||||
A_StartSound("brain/pain",CHAN_VOICE,attenuation:ATTN_NONE);
|
||||
A_QuakeEx(3,3,3,15,0,65535,"",QF_RELATIVE|QF_SCALEDOWN|QF_3D,rollIntensity:.3);
|
||||
A_QuakeEx(3,3,3,15,0,65535,"",QF_RELATIVE|QF_SCALEDOWN,falloff:65535,rollIntensity:.3);
|
||||
if ( !eyeless ) SpawnBrainExpl(false);
|
||||
Spawn("SWWMBossBrainPain",pos);
|
||||
}
|
||||
|
|
@ -309,7 +309,7 @@ Class SWWMBossBrain : BossBrain
|
|||
MBRN A 120
|
||||
{
|
||||
A_StartSound("brain/death",CHAN_VOICE,attenuation:ATTN_NONE);
|
||||
A_QuakeEx(9,9,9,120,0,65535,"",QF_RELATIVE|QF_SCALEDOWN|QF_3D,rollIntensity:1.);
|
||||
A_QuakeEx(9,9,9,120,0,65535,"",QF_RELATIVE|QF_SCALEDOWN,falloff:65535,rollIntensity:1.);
|
||||
if ( !eyeless )
|
||||
{
|
||||
SpawnBrainExpl(true);
|
||||
|
|
|
|||
|
|
@ -1117,7 +1117,7 @@ Class YnykronShot : Actor
|
|||
}
|
||||
override void PostBeginPlay()
|
||||
{
|
||||
A_QuakeEx(6,6,6,150,0,65536,"",QF_RELATIVE|QF_SCALEDOWN|QF_3D,falloff:65536,rollIntensity:1.);
|
||||
A_QuakeEx(6,6,6,150,0,65535,"",QF_RELATIVE|QF_SCALEDOWN,falloff:65535,rollIntensity:1.);
|
||||
A_StartSound("ynykron/beam",CHAN_VOICE,CHANF_DEFAULT,1.,0.);
|
||||
FlashPlayer(240,8000);
|
||||
hitlist.Clear();
|
||||
|
|
@ -2594,7 +2594,7 @@ Class YnykronSingularity : Actor
|
|||
A_ChangeLinkFlags(true); // unlink from blockmap
|
||||
A_AlertMonsters();
|
||||
SWWMUtility.DoExplosion(self,int.max,500000,800,400);
|
||||
A_QuakeEx(8,8,8,100,0,65536,"",QF_RELATIVE|QF_SCALEDOWN|QF_3D,falloff:65536,rollIntensity:1.6);
|
||||
A_QuakeEx(8,8,8,100,0,65535,"",QF_RELATIVE|QF_SCALEDOWN,falloff:65535,rollIntensity:1.6);
|
||||
A_StopAllSounds();
|
||||
A_StartSound("ynykron/vortexend",CHAN_VOICE,attenuation:0.);
|
||||
FlashPlayer(250,9000);
|
||||
|
|
@ -2906,7 +2906,7 @@ Class YnykronAltShot : Actor
|
|||
}
|
||||
override void PostBeginPlay()
|
||||
{
|
||||
A_QuakeEx(4,4,4,80,0,65536,"",QF_RELATIVE|QF_SCALEDOWN|QF_3D,falloff:65536,rollIntensity:.8);
|
||||
A_QuakeEx(4,4,4,80,0,65535,"",QF_RELATIVE|QF_SCALEDOWN,falloff:65535,rollIntensity:.8);
|
||||
A_StartSound("ynykron/altbeam",CHAN_VOICE,CHANF_DEFAULT,1.,0.);
|
||||
FlashPlayer(240,8000);
|
||||
let b = Spawn("YnykronAltBeam",pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue