aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index f9772ebd0a..8a45c78fb9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -579,7 +579,7 @@ protected:
bool openResourceFile(const char *filename);
protected:
- void loadPtrToResource(int type, int i, byte *ptr);
+ void loadPtrToResource(int type, int i, const byte *ptr);
void readResTypeList(int id, uint32 tag, const char *name);
char *resTypeFromId(int id);
void allocResTypeData(int id, uint32 tag, int num, const char *name, int mode);