aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/goblin.h')
-rw-r--r--engines/gob/goblin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.h b/engines/gob/goblin.h
index d00de048f2..db9b74e300 100644
--- a/engines/gob/goblin.h
+++ b/engines/gob/goblin.h
@@ -205,7 +205,7 @@ public:
void switchGoblin(int16 index);
void zeroObjects(void);
void freeAllObjects(void);
- void loadObjects(char *source);
+ void loadObjects(const char *source);
void initVarPointers(void);
void saveGobDataToVars(int16 xPos, int16 yPos, int16 someVal);
void loadGobDataFromVars(void);