mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 00:31:54 +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
|
||||
+INVISIBLE
|
||||
+NOCLIP
|
||||
}
|
||||
|
||||
ACTOR PointPuller
|
||||
{
|
||||
+NOBLOCKMAP
|
||||
+INVISIBLE
|
||||
+NOCLIP
|
||||
}
|
||||
|
||||
// Bloody gibs -------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue