aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/vm.h')
-rw-r--r--engines/sci/engine/vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h
index 530a293081..e63a09ca16 100644
--- a/engines/sci/engine/vm.h
+++ b/engines/sci/engine/vm.h
@@ -179,7 +179,7 @@ struct SelectorCache {
Selector nodePtr;
Selector flags;
- Selector motionCue; /**< Used to determine if a game is using old gfx functions or not */
+ Selector overlay; /**< Used to determine if a game is using old gfx functions or not */
Selector points; /**< Used by AvoidPath() */