fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
186 stars 32 forks source link

reset `tmthing` pointer in `cheat_spechits` function #1745

Closed rfomin closed 4 weeks ago

rfomin commented 4 weeks ago

Fix SPECHITS cheat in Resurge.wad MAP15. Bug report: [doomworld]

fabiangreffrath commented 4 weeks ago

Why is this even necessary? Are there linedefs on this map which trigger a thing spawn?

rfomin commented 4 weeks ago

Why is this even necessary? Are there linedefs on this map which trigger a thing spawn?

If you use SPECHITS on Resurge.wad MAP15 the player will die immediately, looks like a death exit setup. So teleport is used where tmthing is set.

fabiangreffrath commented 4 weeks ago

But teleport lines are explicitly skipped.

rfomin commented 4 weeks ago

But teleport lines are explicitly skipped.

Somehow the player teleported to the "death exit" room in Resurge.wad MAP15. Some Boom feature I think.

fabiangreffrath commented 4 weeks ago

Generalized linedefs. Overseen to check them apparently.