diff options
-rw-r--r-- | engines/sci/resource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 827133b7ac..3b787cc673 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -1547,8 +1547,6 @@ int ResourceManager::readResourceMapSCI1(ResourceSource *map) { return SCI_ERROR_RESMAP_NOT_FOUND; } resId = ResourceId(convertResType(type), number); - if (type == 7) - warning("%d, %d", type, number); // NOTE: We add the map's volume number here to the specified volume number // for SCI2.1 and SCI3 maps that are not resmap.000. The resmap.* files' numbers // need to be used in concurrence with the volume specified in the map to get |