aboutsummaryrefslogtreecommitdiff
path: root/saga/script.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/script.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/script.cpp')
-rw-r--r--saga/script.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 7f6d0b78e5..7043decfb2 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -31,11 +31,10 @@
#include "saga/script.h"
#include "saga/stream.h"
#include "saga/interface.h"
-#include "saga/actordata.h"
+#include "saga/itedata.h"
#include "saga/scene.h"
#include "saga/events.h"
#include "saga/actor.h"
-#include "saga/objectdata.h"
#include "saga/objectmap.h"
namespace Saga {