aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.h
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.h
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.h')
-rw-r--r--saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.h b/saga/actor.h
index 572e0bb19c..32ea2812a0 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -27,7 +27,7 @@
#define SAGA_ACTOR_H__
#include "saga/sprite.h"
-#include "saga/actordata.h"
+#include "saga/itedata.h"
#include "saga/list.h"
#include "saga/saga.h"