mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
One more MSVC warning
svn-id: r32964
This commit is contained in:
parent
da0495cd78
commit
8093dbaf49
@ -310,7 +310,7 @@ const char *MADSResourceManager::getResourceFilename(const char *resourceName) {
|
||||
|
||||
Common::SeekableReadStream *MADSResourceManager::loadResource(const char *resourceName, bool loadFlag) {
|
||||
Common::File hagFile;
|
||||
uint32 offset, size = 0;
|
||||
uint32 offset = 0, size = 0;
|
||||
|
||||
// If the first character is a '@' then look for an external file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user