aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h
index 853a40f429..a9511c1e8b 100644
--- a/engines/agi/agi.h
+++ b/engines/agi/agi.h
@@ -507,7 +507,7 @@ int show_objects(void);
int load_objects(const char *fname);
int alloc_objects(int);
void unload_objects(void);
-char *object_name(unsigned int);
+const char *object_name(unsigned int);
int object_get_location(unsigned int);
void object_set_location(unsigned int, int);