From 687e47d332e24e4579c8ff4bab4858a66cbf8ab6 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 12 Apr 2013 07:18:53 +0300 Subject: TINSEL: Remove the unused ghost palette --- engines/tinsel/tinlib.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/tinsel/tinlib.cpp') diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp index d15ac2fbba..34aa64a609 100644 --- a/engines/tinsel/tinlib.cpp +++ b/engines/tinsel/tinlib.cpp @@ -1198,7 +1198,6 @@ static void Ghost(int actor, int tColor, int tPalOffset) { SetSysVar(ISV_GHOST_ACTOR, actor); SetSysVar(ISV_GHOST_COLOR, tColor); SetSysVar(ISV_GHOST_BASE, tPalOffset); - CreateGhostPalette(BgPal()); } /** -- cgit v1.2.3