From a820400f8c134a9119b5a2c5b68d614345322f45 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 14 Aug 2005 01:41:52 +0000 Subject: Replace warnings with debug, errors or printfs: -To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 --- scumm/resource_v3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/resource_v3.cpp') 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); -- cgit v1.2.3