aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/backgroundIncrust.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-05-16 04:03:37 +0000
committerPaul Gilbert2009-05-16 04:03:37 +0000
commit358be385b53790d90e6974e0a237936fa59fbbb1 (patch)
tree9d24cdb2ab7fb0c98782153c4af7393f1384076c /engines/cruise/backgroundIncrust.h
parentc3cf7420bd097df594b1d278091bdfe4acea2cdc (diff)
downloadscummvm-rg350-358be385b53790d90e6974e0a237936fa59fbbb1.tar.gz
scummvm-rg350-358be385b53790d90e6974e0a237936fa59fbbb1.tar.bz2
scummvm-rg350-358be385b53790d90e6974e0a237936fa59fbbb1.zip
Replaced value with proper constant, and named a previously un-named structure field
svn-id: r40616
Diffstat (limited to 'engines/cruise/backgroundIncrust.h')
-rw-r--r--engines/cruise/backgroundIncrust.h2
1 files changed, 1 insertions, 1 deletions
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;