aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-07-20 16:57:37 +0300
committerFilippos Karapetis2014-07-20 17:10:56 +0300
commit7c19effd36e7fb648d6aa9cff1b351e7ae41540b (patch)
tree31f37f5a80e60658b5d22ffe5bfbf04b025ade67 /engines/saga/scene.h
parente5b10aba570ae63154feda4cd3755a417f3d9064 (diff)
downloadscummvm-rg350-7c19effd36e7fb648d6aa9cff1b351e7ae41540b.tar.gz
scummvm-rg350-7c19effd36e7fb648d6aa9cff1b351e7ae41540b.tar.bz2
scummvm-rg350-7c19effd36e7fb648d6aa9cff1b351e7ae41540b.zip
SAGA: Move ITE credits together with the other ITE static data
Diffstat (limited to 'engines/saga/scene.h')
-rw-r--r--engines/saga/scene.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/saga/scene.h b/engines/saga/scene.h
index 9a88f013af..e7e2839b91 100644
--- a/engines/saga/scene.h
+++ b/engines/saga/scene.h
@@ -184,14 +184,6 @@ typedef Common::List<LoadSceneParams> SceneQueueList;
#define CREDIT_DURATION1 4000
-struct IntroCredit {
- Common::Language lang;
- int game;
- int type;
- const char *string;
-};
-
-
class Scene {
public:
Scene(SagaEngine *vm);