Fix some warnings.

This commit is contained in:
Unknown W. Brackets
2013-08-13 21:05:54 -07:00
parent 65d4601140
commit 8ab67b1674
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -124,9 +124,9 @@ private:
HandlerFileHandle handler;
VirtualFileType type;
u32 fileIndex;
u32 curOffset;
u32 startOffset; // only used by lbn files
u32 size; // only used by lbn files
u64 curOffset;
u64 startOffset; // only used by lbn files
u64 size; // only used by lbn files
bool Open(std::string& basePath, std::string& fileName, FileAccess access) {
if (handler.IsValid()) {