aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.h
diff options
context:
space:
mode:
authorKari Salminen2008-07-27 22:50:36 +0000
committerKari Salminen2008-07-27 22:50:36 +0000
commit06a45c49c79056ef6ae81cc9f846ebddf07d03bc (patch)
treeaf5e649a4aba22acfb2fd5dcbc5bf6ae9a44c748 /engines/cine/various.h
parent2f0a40a6971a73737e16ecd46fda3b78c4c7b04e (diff)
downloadscummvm-rg350-06a45c49c79056ef6ae81cc9f846ebddf07d03bc.tar.gz
scummvm-rg350-06a45c49c79056ef6ae81cc9f846ebddf07d03bc.tar.bz2
scummvm-rg350-06a45c49c79056ef6ae81cc9f846ebddf07d03bc.zip
Added a preliminary saving routine for Operation Stealth (Disabled by default, needs more work still. WIP!).
Added backgrounds' name saving (8 names in Operation Stealth instead of just 1 like in Future Wars). Added 256 color palette saving and restoring (One of the palettes isn't properly handled yet though). svn-id: r33349
Diffstat (limited to 'engines/cine/various.h')
-rw-r--r--engines/cine/various.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/various.h b/engines/cine/various.h
index 840f1674a2..d87679ca08 100644
--- a/engines/cine/various.h
+++ b/engines/cine/various.h
@@ -44,7 +44,7 @@ extern bool inMenu;
struct SeqListElement {
int16 var4;
- uint16 objIdx;
+ uint16 objIdx; ///< Is this really unsigned?
int16 var8;
int16 frame;
int16 varC;