DEH files preloaded in wrong order
Brought to you by:
e6y
When files are preloaded (wadfile_1, wadfile_2,
dehfile_1 and dehfile_2 in the cfg), they should be
loaded before wads and dehs in the command-line
(that's what pre-load means!).
However, in the case of deh files, they are loaded
after the ones in the command line. For instance, if
the preloaded files are 1.wad and 2.deh, and the
command line is "glboom 3.wad 4.deh", this will be
equivalent to "glboom 4.deh 2.deh 1.wad 3.wad".
It should be equivalent to "glboom 2.deh 4.deh 1.wad
3.wad"
Logged In: YES
user_id=412504
fixed in 2.2.6.26
Logged In: YES
user_id=412504