aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/backgroundIncrust.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/backgroundIncrust.h')
-rw-r--r--engines/cruise/backgroundIncrust.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/backgroundIncrust.h b/engines/cruise/backgroundIncrust.h
index 1e55e366c8..32bf2eaed9 100644
--- a/engines/cruise/backgroundIncrust.h
+++ b/engines/cruise/backgroundIncrust.h
@@ -47,7 +47,7 @@ struct backgroundIncrustStruct {
int16 size;
uint16 field_22;
uint16 field_24;
- char name[14];
+ char name[13];
uint16 aniX;
};
@@ -57,7 +57,7 @@ void resetBackgroundIncrustList(backgroundIncrustStruct * pHead);
backgroundIncrustStruct *addBackgroundIncrust(int16 overlayIdx, int16 param2,
backgroundIncrustStruct * pHead, int16 scriptNumber, int16 scriptOverlay,
int16 backgroundIdx, int16 param4);
-void loadBackgroundIncrustFromSave(FILE * fileHandle);
+void loadBackgroundIncrustFromSave(Common::File& currentSaveFile);
void regenerateBackgroundIncrust(backgroundIncrustStruct * pHead);
void freeBackgroundIncrustList(backgroundIncrustStruct * pHead);
void removeBackgroundIncrust(int overlay, int idx, backgroundIncrustStruct * pHead);