[1.2.01] Bug : Teleporters don't work on this map for some reason. I think they're the seamless teleporters.
http://www.doomworld.com/idgames/index.php?id=13488
Happy Time Circus Bug
Moderator: Graf Zahl
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: Happy Time Circus Bug
That's because the teleports in this map are badly defined. In some older versions where the teleporter code was broken this error slipped through.
To be precise, one teleporter contains the setting 'teleport(24,24)' which means to teleport to a thing with a tid of 24 in a sector with a tag of 24. However, the only thing that has this tid is in a sector with a tag of 0 so it isn't found.
To be precise, one teleporter contains the setting 'teleport(24,24)' which means to teleport to a thing with a tid of 24 in a sector with a tag of 24. However, the only thing that has this tid is in a sector with a tag of 0 so it isn't found.