Bug #86
Unused MD2 models are loaded anyway
Description
How to reproduce:
Create a new ded file that overwrites a state that
already has a md2 associated. Eg create a
MYHUDWEAPONS.ded file and include the state for
CHAIN but load a different model than in the standard
jdoom Hudweapons.ded.
The Problem:
Now even though in the new ded file the state for
CHAIN has been replaced both models are still loaded by
Doomsday.
What sould happen:
If an entry in an addon ded file replaces a previously
defined state then the models associated in the
previously defined state should not be loaded.
Dani J666
Labels: Startup
History
#1 Updated by skyjake about 21 years ago
Logged In: YES
user_id=717323
This has now been fixed for 1.7.13. I hope I didn't break
anything... The model loader has grown pretty complex
with all the intermarks, selectors and load-orderings.