From 53119f2c5d782798e3e1be9e15626be931947ae8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 2 Apr 2007 11:05:09 +0000 Subject: "char *" -> "byte *" where appropriate svn-id: r26369 --- engines/gob/goblin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/goblin.cpp') 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; -- cgit v1.2.3