Skip to content
Snippets Groups Projects
Commit c37c906a authored by Luna's avatar Luna
Browse files

Lua script lump marker edit

Missed a line to comment out/change
parent 2deea188
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ static inline void W_LoadDehackedLumps(UINT16 wadnum) ...@@ -157,7 +157,7 @@ static inline void W_LoadDehackedLumps(UINT16 wadnum)
{ {
for (lump = l_start+1; lump < l_end; lump++) for (lump = l_start+1; lump < l_end; lump++)
LUA_LoadLump(wadnum, 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 #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment