From b2ab69f455978a4dffc4fcb8cd6148edbb886327 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Tue, 25 Dec 2007 20:16:59 +0000 Subject: Fix palette issues svn-id: r29989 --- engines/cruise/background.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/background.cpp') diff --git a/engines/cruise/background.cpp b/engines/cruise/background.cpp index d52ca19783..9d1bf61267 100644 --- a/engines/cruise/background.cpp +++ b/engines/cruise/background.cpp @@ -202,7 +202,7 @@ int loadBackground(const char *name, int idx) { break; case 8: memcpy(backgroundPtrtable[idx], ptr2, 320 * 200); - ptr2 += 32000; + ptr2 += 320*200; break; } -- cgit v1.2.3