From a5528ecc7e7da65ae89bae9c9d2cabe6b4e99145 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Sep 2014 16:39:49 -0400 Subject: MADS: Fix spare screen background changes for TextView showing quotes --- engines/mads/scene_data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/mads/scene_data.h') diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h index 783a9ab8a9..41e094b8f5 100644 --- a/engines/mads/scene_data.h +++ b/engines/mads/scene_data.h @@ -55,7 +55,8 @@ class SpriteSlot; enum { SCENEFLAG_DITHER = 0x01, // Dither to 16 colors - SCENEFLAG_LOAD_SHADOW = 0x10 // Load hard shadows + SCENEFLAG_LOAD_SHADOW = 0x10, // Load hard shadows + SCENEFLAG_TRANSLATE = 0x10000 // Translate palette of loaded background }; class VerbInit { -- cgit v1.2.3