aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v3.cpp')
-rw-r--r--scumm/resource_v3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v3.cpp b/scumm/resource_v3.cpp
index f143992ffa..64c38246c0 100644
--- a/scumm/resource_v3.cpp
+++ b/scumm/resource_v3.cpp
@@ -65,7 +65,7 @@ void ScummEngine_v3old::readIndexFile() {
magic = _fileHandle->readUint16LE();
if (magic != 0x0100)
- warning("The magic id doesn't match (0x%X)", magic);
+ error("The magic id doesn't match (0x%X)", magic);
_numGlobalObjects = _fileHandle->readUint16LE();
_fileHandle->seek(_numGlobalObjects * 4, SEEK_CUR);