mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Don't unnecessarily die when loading empty files
This was SVN commit r11449.
This commit is contained in:
@@ -57,7 +57,6 @@ extern Status ReloadChangedFiles();
|
||||
ERROR_GROUP(CVFSFile);
|
||||
ERROR_TYPE(CVFSFile, LoadFailed);
|
||||
ERROR_TYPE(CVFSFile, AlreadyLoaded);
|
||||
ERROR_TYPE(CVFSFile, InvalidBufferAccess);
|
||||
|
||||
// Reads a file, then gives read-only access to the contents
|
||||
class CVFSFile
|
||||
|
||||
Reference in New Issue
Block a user