Lua script lump marker edit

Missed a line to comment out/change
This commit is contained in:
yellowtd 2016-02-01 02:16:18 -05:00
parent 2deea18892
commit c37c906a03

View file

@ -157,7 +157,7 @@ static inline void W_LoadDehackedLumps(UINT16 wadnum)
{
for (lump = l_start+1; lump < l_end; lump++)
LUA_LoadLump(wadnum, lump);
CONS_Printf("does it work.....................");
//CONS_Printf("%d Lua script lumps loaded from wad.\n", l_end-l_start-1);
}
}
#endif