aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 919a46faaf..0caa4dd051 100644
--- a/scumm.h
+++ b/scumm.h
@@ -423,7 +423,7 @@ public:
/* Core class/array definitions */
Gdi gdi;
- Actor *_actors; // Has MAX_ACTORS elements, see init.cpp
+ Actor *_actors; // Has MAX_ACTORS elements
uint16 *_inventory;
byte *_arrays;