aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/actor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 83ae60fa20..f35bf149b8 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -345,6 +345,9 @@ bool Actor::loadActorResources(ActorData *actor) {
gotSomething = true;
} else {
warning("Frame List ID = 0 for actor index %d", actor->_index);
+
+ if (_vm->getGameType() == GType_ITE)
+ return true;
}