mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
SCI: Fix warning
svn-id: r46509
This commit is contained in:
parent
096b46f1d5
commit
a526e35d3d
@ -1892,6 +1892,9 @@ SoundResource::SoundResource(uint32 resNumber, ResourceManager *resMan, SciVersi
|
||||
[w] ? size again - decompressed size maybe
|
||||
*/
|
||||
break;
|
||||
|
||||
default:
|
||||
error("SoundResource: SCI version %d is unsupported", _soundVersion);
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user