addressed a few warnings in the filesystem code.
This commit is contained in:
parent
df5dc5ebd8
commit
efef4bdfd1
5 changed files with 6 additions and 6 deletions
|
|
@ -119,7 +119,7 @@ public:
|
|||
|
||||
static uint32_t LumpNameHash (const char *name); // [RH] Create hash key from an 8-char name
|
||||
|
||||
int FileLength (int lump) const;
|
||||
ptrdiff_t FileLength (int lump) const;
|
||||
int GetFileFlags (int lump); // Return the flags for this lump
|
||||
const char* GetFileShortName(int lump) const;
|
||||
const char *GetFileFullName (int lump, bool returnshort = true) const; // [RH] Returns the lump's full name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue