From 358be385b53790d90e6974e0a237936fa59fbbb1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 16 May 2009 04:03:37 +0000 Subject: Replaced value with proper constant, and named a previously un-named structure field svn-id: r40616 --- engines/cruise/backgroundIncrust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/backgroundIncrust.h') diff --git a/engines/cruise/backgroundIncrust.h b/engines/cruise/backgroundIncrust.h index 92db79cf13..19982ee91c 100644 --- a/engines/cruise/backgroundIncrust.h +++ b/engines/cruise/backgroundIncrust.h @@ -37,7 +37,7 @@ struct backgroundIncrustStruct { uint16 overlayIdx; int16 X; int16 Y; - uint16 field_E; + uint16 frame; uint16 scale; uint16 backgroundIdx; uint16 scriptNumber; -- cgit v1.2.3