mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-12 07:01:09 +00:00
Lua script lump marker edit
Missed a line to comment out/change
This commit is contained in:
parent
2deea18892
commit
c37c906a03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue