diff options
Diffstat (limited to 'engines/sword2/sword2.h')
-rw-r--r-- | engines/sword2/sword2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.h b/engines/sword2/sword2.h index 7168e7ae47..84530fc4f2 100644 --- a/engines/sword2/sword2.h +++ b/engines/sword2/sword2.h @@ -219,7 +219,7 @@ public: bool checkTextLine(byte *file, uint32 text_line); byte *fetchPaletteMatchTable(byte *screenFile); - uint32 saveGame(uint16 slotNo, byte *description); + uint32 saveGame(uint16 slotNo, const byte *description); uint32 restoreGame(uint16 slotNo); uint32 getSaveDescription(uint16 slotNo, byte *description); bool saveExists(); |