mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 00:20:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
85ef1a11e9
2 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,6 @@ struct FMapThing
|
||||||
short pitch;
|
short pitch;
|
||||||
short roll;
|
short roll;
|
||||||
DWORD RenderStyle;
|
DWORD RenderStyle;
|
||||||
|
|
||||||
//void Serialize (FArchive &);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -450,6 +450,8 @@ bool FResourceFile::FindPrefixRange(FString filter, void *lumps, size_t lumpsize
|
||||||
FResourceLump *lump;
|
FResourceLump *lump;
|
||||||
int cmp;
|
int cmp;
|
||||||
|
|
||||||
|
end = start = 0;
|
||||||
|
|
||||||
// Pretend that our range starts at 1 instead of 0 so that we can avoid
|
// 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.
|
// unsigned overflow if the range starts at the first lump.
|
||||||
lumps = (BYTE *)lumps - lumpsize;
|
lumps = (BYTE *)lumps - lumpsize;
|
||||||
|
|
Loading…
Reference in a new issue