ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.47k stars 539 forks source link

Pre(Un)morph fix #2606

Closed MajorCooke closed 3 months ago

MajorCooke commented 3 months ago

Fixed Pre(Un)Morph being called out of order.

This had broken several mods that relied on the inventory being in place before the switch, which was the intended way to begin with.

Fixes #2600