aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-04-02 11:05:09 +0000
committerSven Hesse2007-04-02 11:05:09 +0000
commit53119f2c5d782798e3e1be9e15626be931947ae8 (patch)
tree030fb876403ec3c8bf96c452db7cdd9ecd130b6a /engines/gob/goblin.cpp
parent89a29e32bfc1815a5a205126fb947a8c318f78bb (diff)
downloadscummvm-rg350-53119f2c5d782798e3e1be9e15626be931947ae8.tar.gz
scummvm-rg350-53119f2c5d782798e3e1be9e15626be931947ae8.tar.bz2
scummvm-rg350-53119f2c5d782798e3e1be9e15626be931947ae8.zip
"char *" -> "byte *" where appropriate
svn-id: r26369
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;