aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/goblin.cpp')
-rw-r--r--engines/gob/goblin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.cpp b/engines/gob/goblin.cpp
index af694c17da..61dfbaff31 100644
--- a/engines/gob/goblin.cpp
+++ b/engines/gob/goblin.cpp
@@ -1214,7 +1214,7 @@ void Goblin::freeAllObjects(void) {
freeObjects();
}
-void Goblin::loadObjects(char *source) {
+void Goblin::loadObjects(const char *source) {
zeroObjects();
for (int i = 0; i < 20; i++)
_itemToObject[i] = 100;