aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-28 12:54:09 +0000
committerEugene Sandulenko2005-01-28 12:54:09 +0000
commitff8094aad52d817f32cd0698ccf6fb38184e5752 (patch)
tree9d8f39882e25c053b842ebc3173c6f226aea4e70 /saga/actor.cpp
parent9d64850be203804a8eb9355e707094174a245a45 (diff)
downloadscummvm-rg350-ff8094aad52d817f32cd0698ccf6fb38184e5752.tar.gz
scummvm-rg350-ff8094aad52d817f32cd0698ccf6fb38184e5752.tar.bz2
scummvm-rg350-ff8094aad52d817f32cd0698ccf6fb38184e5752.zip
Combine actordata.cpp and objectdata.cpp into itedata.cpp. These are
ITE specific and from other hand IHNM has these data in resources. svn-id: r16662
Diffstat (limited to 'saga/actor.cpp')
-rw-r--r--saga/actor.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index f7bbc8c494..6474dd82a3 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -35,8 +35,7 @@
#include "saga/scene.h"
#include "saga/actor.h"
-#include "saga/actordata.h"
-#include "saga/objectdata.h"
+#include "saga/itedata.h"
#include "saga/stream.h"
#include "saga/interface.h"
#include "saga/events.h"