Fixed ScriptIsFile is broken

Status
Not open for further replies.

Fred

Member
The level flag ScriptIsFile is broken. p_setup.c, line 2328:

Code:
if (!mapheaderinfo[gamemap-1]->levelflags & LF_SCRIPTISFILE)
This condition is always fulfilled if any of the level flags are activated, which means you cannot load a lump script if your level is using any other level flag.


Also, technically not a bug, but it would be good to have the option of loading from a lump when using the ExecCfg item in the MAINCFG.
 
Last edited by a moderator:
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top