From f5c73e1603c98df8a9e0ac1c99e9b4da27eb8132 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Sat, 28 Apr 2007 23:21:13 +0000 Subject: Implement missing opcode and fix staff intro svn-id: r26669 --- engines/cruise/backgroundIncrust.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/cruise/backgroundIncrust.h') 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 -- cgit v1.2.3