mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- gave Boom's point pusher and puller things the NOCLIP flag so that they won't get moved around by scrollers.
This commit is contained in:
parent
2d320a2e86
commit
5b350dcdd5
1 changed files with 2 additions and 0 deletions
|
@ -75,12 +75,14 @@ ACTOR PointPusher
|
||||||
{
|
{
|
||||||
+NOBLOCKMAP
|
+NOBLOCKMAP
|
||||||
+INVISIBLE
|
+INVISIBLE
|
||||||
|
+NOCLIP
|
||||||
}
|
}
|
||||||
|
|
||||||
ACTOR PointPuller
|
ACTOR PointPuller
|
||||||
{
|
{
|
||||||
+NOBLOCKMAP
|
+NOBLOCKMAP
|
||||||
+INVISIBLE
|
+INVISIBLE
|
||||||
|
+NOCLIP
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bloody gibs -------------------------------------------------------------
|
// Bloody gibs -------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue