diff options
author | Travis Howell | 2003-09-05 07:38:36 +0000 |
---|---|---|
committer | Travis Howell | 2003-09-05 07:38:36 +0000 |
commit | c3d61acd5c909ba8c8f9445d24d64c12499a2a67 (patch) | |
tree | b90d1139ff9d0c5259a3a22fa2ec6df7b1c5a848 | |
parent | 3187b565dd60896c55b3f7e04e3d0b872b4c7a3a (diff) | |
download | scummvm-rg350-c3d61acd5c909ba8c8f9445d24d64c12499a2a67.tar.gz scummvm-rg350-c3d61acd5c909ba8c8f9445d24d64c12499a2a67.tar.bz2 scummvm-rg350-c3d61acd5c909ba8c8f9445d24d64c12499a2a67.zip |
Remove warning
svn-id: r10000
-rw-r--r-- | scumm/resource.cpp | 1 |
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(); } |