From f2d72d9473be5dd3d942976e8ed84d58d746def9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 24 May 2008 22:11:41 +0000 Subject: Patch #1969189: "CinE renderer rewrite" svn-id: r32257 --- engines/cine/bg.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'engines/cine/bg.h') diff --git a/engines/cine/bg.h b/engines/cine/bg.h index ca5c222131..5fa8209131 100644 --- a/engines/cine/bg.h +++ b/engines/cine/bg.h @@ -27,20 +27,9 @@ #define CINE_BG_H namespace Cine { -struct bgData { - byte *data; - byte colorMode; - byte *highPalette; - uint16 *lowPalette; -}; - byte loadBg(const char *bgName); -byte loadCt(const char *bgName); - -//extern bgData additionalBgTable[9]; -extern byte *additionalBgTable[9]; -extern byte currentAdditionalBgIdx; -extern byte currentAdditionalBgIdx2; +byte loadCtFW(const char *bgName); +byte loadCtOS(const char *bgName); void addBackground(const char *bgName, uint16 bgIdx); -- cgit v1.2.3