This commit is contained in:
Christoph Oelckers 2015-04-04 14:13:37 +02:00
commit 85ef1a11e9
2 changed files with 2 additions and 2 deletions

View file

@ -365,8 +365,6 @@ struct FMapThing
short pitch;
short roll;
DWORD RenderStyle;
//void Serialize (FArchive &);
};

View file

@ -450,6 +450,8 @@ bool FResourceFile::FindPrefixRange(FString filter, void *lumps, size_t lumpsize
FResourceLump *lump;
int cmp;
end = start = 0;
// Pretend that our range starts at 1 instead of 0 so that we can avoid
// unsigned overflow if the range starts at the first lump.
lumps = (BYTE *)lumps - lumpsize;