mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- fixed: splashes need the MOVEWITHSECTOR flag.
This commit is contained in:
parent
ff129b26d1
commit
2d63974d3a
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,7 @@ class WaterSplashBase : Actor
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+DONTSPLASH
|
+DONTSPLASH
|
||||||
+DONTBLAST
|
+DONTBLAST
|
||||||
|
+MOVEWITHSECTOR
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
@ -58,6 +59,7 @@ class LavaSplash : Actor
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+DONTSPLASH
|
+DONTSPLASH
|
||||||
+DONTBLAST
|
+DONTBLAST
|
||||||
|
+MOVEWITHSECTOR
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
@ -121,6 +123,7 @@ class SludgeSplash : Actor
|
||||||
+NOCLIP
|
+NOCLIP
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+DONTSPLASH
|
+DONTSPLASH
|
||||||
|
+MOVEWITHSECTOR
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
@ -174,6 +177,7 @@ class BloodSplashBase : Actor
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+DONTSPLASH
|
+DONTSPLASH
|
||||||
+DONTBLAST
|
+DONTBLAST
|
||||||
|
+MOVEWITHSECTOR
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
@ -218,6 +222,7 @@ class SlimeSplash : Actor
|
||||||
+NOCLIP
|
+NOCLIP
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+DONTSPLASH
|
+DONTSPLASH
|
||||||
|
+MOVEWITHSECTOR
|
||||||
}
|
}
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue