addressed a few warnings in the filesystem code.

This commit is contained in:
Christoph Oelckers 2023-12-17 13:32:17 +01:00
commit efef4bdfd1
5 changed files with 6 additions and 6 deletions

View file

@ -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