aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-09 21:07:19 +0000
committerEugene Sandulenko2005-01-09 21:07:19 +0000
commitce9f5bd29ae2ae07091cec57a8e3bb725ede68d7 (patch)
tree0560ec779a23d645d2cd23effde98efb51bdb9dd /saga/actor.cpp
parent0e4711cb81fc6e309719b5ed4d48494f17541568 (diff)
downloadscummvm-rg350-ce9f5bd29ae2ae07091cec57a8e3bb725ede68d7.tar.gz
scummvm-rg350-ce9f5bd29ae2ae07091cec57a8e3bb725ede68d7.tar.bz2
scummvm-rg350-ce9f5bd29ae2ae07091cec57a8e3bb725ede68d7.zip
Added proper IHNM scripts lut and run scripts, though not much to see.
svn-id: r16509
Diffstat (limited to 'saga/actor.cpp')
-rw-r--r--saga/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 9cb77324d5..ddd3b85fa1 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -385,7 +385,7 @@ ActorData *Actor::getActor(uint16 actorId) {
actor = &_actors[actorIdToIndex(actorId)];
if (actor->disabled)
- error("Actor::getActor disabled actorId 0x%X", actorId);
+ warning("Actor::getActor disabled actorId 0x%X", actorId);
return actor;
}