aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/resource.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp
index a4eff573ab..745cad7029 100644
--- a/engines/sci/resource.cpp
+++ b/engines/sci/resource.cpp
@@ -1756,7 +1756,8 @@ ViewType ResourceManager::detectViewType() {
}
}
- error("resMan: Couldn't find any views");
+ // this may happen if there are serious system issues (or trying to add a broken game)
+ warning("resMan: Couldn't find any views");
return kViewUnknown;
}