diff options
Diffstat (limited to 'engines/sherlock/scene.cpp')
| -rw-r--r-- | engines/sherlock/scene.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp index 385c75174a..609fd17a56 100644 --- a/engines/sherlock/scene.cpp +++ b/engines/sherlock/scene.cpp @@ -668,7 +668,6 @@ bool Scene::loadScene(const Common::String &filename) {  		// === BGSHAPES === Set up the bgShapes  		for (int idx = 0; idx < header3DO_numStructs; ++idx) { -			warning("%d", _bgShapes[idx]._misc);  			_bgShapes[idx]._images = _images[_bgShapes[idx]._misc]._images;  			_bgShapes[idx]._imageFrame = !_bgShapes[idx]._images ? (ImageFrame *)nullptr :  				&(*_bgShapes[idx]._images)[0]; | 
