From 7c19effd36e7fb648d6aa9cff1b351e7ae41540b Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 20 Jul 2014 16:57:37 +0300 Subject: SAGA: Move ITE credits together with the other ITE static data --- engines/saga/scene.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'engines/saga/scene.h') 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 SceneQueueList; #define CREDIT_DURATION1 4000 -struct IntroCredit { - Common::Language lang; - int game; - int type; - const char *string; -}; - - class Scene { public: Scene(SagaEngine *vm); -- cgit v1.2.3