From 502b279d243d79f46bb8a151ae610949d30bf757 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 15 Dec 2004 00:24:12 +0000 Subject: Patch #1081904 ITE: MAC demo support o Endianness-aware resource loading o Removed ys_dl_list in favor of our object implementation o Cleanup in actor code o Partial support for ITE Mac rereleased demo svn-id: r16051 --- saga/ite_introproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/ite_introproc.cpp') diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp index 7050a4b196..9318b977a2 100644 --- a/saga/ite_introproc.cpp +++ b/saga/ite_introproc.cpp @@ -26,7 +26,6 @@ #include "saga/saga.h" #include "saga/gfx.h" -#include "saga/yslib.h" #include "saga/animation.h" #include "saga/events.h" @@ -129,6 +128,7 @@ int Scene::ITEStartProc() { SCENE_QUEUE first_scene; GAME_SCENEDESC gs_desc; + int game_id = GAME_GetGame(); n_introscenes = ARRAYSIZE(ITE_IntroList); for (i = 0; i < n_introscenes; i++) { -- cgit v1.2.3