aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/resource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index a979bfa4d5..da896700b9 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -1488,7 +1488,6 @@ int Scumm::readSoundResourceSmallHeader(int type, int idx) {
_fileHandle.seek(wa_size - 2, SEEK_CUR);
if (!(_features & GF_ATARI_ST || _features & GF_MACINTOSH)) {
- warning("Loader");
ad_offs = _fileHandle.pos();
ad_size = _fileHandle.readUint16LE();
}