mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- Added compatibility kludge for Khorus map08.
SVN r3965 (trunk)
This commit is contained in:
parent
e3b95a99e9
commit
b0e70f8f87
1 changed files with 17 additions and 0 deletions
|
@ -284,3 +284,20 @@ F481922F4881F74760F3C0437FD5EDD0 // map03
|
||||||
clearlinespecial 1107
|
clearlinespecial 1107
|
||||||
clearlinespecial 1108
|
clearlinespecial 1108
|
||||||
}
|
}
|
||||||
|
|
||||||
|
D41D8CD98F00B204E9800998ECF8427E // Khorus, map08
|
||||||
|
{
|
||||||
|
// This map uses a voodoo conveyor with slanted walls to shunt the
|
||||||
|
// voodoo doll into side areas. For some reason, this voodoo doll
|
||||||
|
// is unable to slide on them, because the slide calculation gets
|
||||||
|
// them slightly inside the walls and thinks they are stuck. I could
|
||||||
|
// not reproduce this with the real player, which is what has me
|
||||||
|
// stumped. So, help them out be attaching some ThrustThing specials
|
||||||
|
// to the walls.
|
||||||
|
setlinespecial 443 ThrustThing 96 4 0 0 0
|
||||||
|
setlineflags 443 0x200 // repeatable
|
||||||
|
setactivation 443 16 // SPAC_Push
|
||||||
|
setlinespecial 455 ThrustThing 96 4 0 0 0
|
||||||
|
setlineflags 455 0x200 // repeatable
|
||||||
|
setactivation 455 16 // SPAC_Push
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue