aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/backgroundIncrust.h
diff options
context:
space:
mode:
authorVincent Hamm2007-04-28 23:21:13 +0000
committerVincent Hamm2007-04-28 23:21:13 +0000
commitf5c73e1603c98df8a9e0ac1c99e9b4da27eb8132 (patch)
tree93d80cd002b537195632cbd41380a2d8578eb9f7 /engines/cruise/backgroundIncrust.h
parent4a4040260982a515cb696453284b7bb585872a12 (diff)
downloadscummvm-rg350-f5c73e1603c98df8a9e0ac1c99e9b4da27eb8132.tar.gz
scummvm-rg350-f5c73e1603c98df8a9e0ac1c99e9b4da27eb8132.tar.bz2
scummvm-rg350-f5c73e1603c98df8a9e0ac1c99e9b4da27eb8132.zip
Implement missing opcode and fix staff intro
svn-id: r26669
Diffstat (limited to 'engines/cruise/backgroundIncrust.h')
-rw-r--r--engines/cruise/backgroundIncrust.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cruise/backgroundIncrust.h b/engines/cruise/backgroundIncrust.h
index 576cb8ec8b..c1e20609fd 100644
--- a/engines/cruise/backgroundIncrust.h
+++ b/engines/cruise/backgroundIncrust.h
@@ -32,7 +32,7 @@ struct backgroundIncrustStruct {
struct backgroundIncrustStruct *prev;
uint16 objectIdx;
- uint16 field_6;
+ int16 type;
uint16 overlayIdx;
uint16 X;
uint16 Y;
@@ -61,6 +61,7 @@ backgroundIncrustStruct *addBackgroundIncrust(int16 overlayIdx, int16 param2,
void loadBackgroundIncrustFromSave(FILE * fileHandle);
void regenerateBackgroundIncrust(backgroundIncrustStruct * pHead);
void freeBackgroundIncrustList(backgroundIncrustStruct * pHead);
+void removeBackgroundIncrust(int overlay, int idx, backgroundIncrustStruct * pHead);
} // End of namespace Cruise