- Removed the one embedded DeHackEd lump restriction.
SVN r1972 (trunk)
This commit is contained in:
parent
4fed0f8057
commit
30b21b2eea
5 changed files with 80 additions and 110 deletions
|
|
@ -832,6 +832,7 @@ int FWadCollection::FindLump (const char *name, int *lastlump, bool anyns)
|
|||
|
||||
uppercopy (name8, name);
|
||||
|
||||
assert(lastlump != NULL && *lastlump >= 0);
|
||||
lump_p = &LumpInfo[*lastlump];
|
||||
while (lump_p < &LumpInfo[NumLumps])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue