Skip to content

Remove faulty code from T_MovePlane()

Nev3r requested to merge t_moveplane-refactor into next

T_MovePlane()'s code block at the end makes some exceptions to supposedly handle MT_SPINFIRE, MT_SPIKE and MT_GOOP's height properly, however this exceptional handling has proven to be useless at most, and faulty in some cases. While glitch-rocketing spikes up into the air sounds hilarious, I consider the behavior to be undesirable. This merge request removes the faulty code as well as the related line_t.tagline pointer as it served no other purpose.

2.2.2: srb20183

This branch: srb20184

Edited by Nev3r

Merge request reports