aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure')
-rw-r--r--engines/macventure/controls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/controls.h b/engines/macventure/controls.h
index 3f23aa825d..0adbf06a9f 100644
--- a/engines/macventure/controls.h
+++ b/engines/macventure/controls.h
@@ -40,7 +40,7 @@ enum ControlType { // HACK, should correspond exactly with the types of controls
kControlClickToContinue = 9
};
-enum ControlAction { // HACK, figure out a way to put it in engine
+enum ControlAction {
kNoCommand = 0,
kStartOrResume = 1,
kClose = 2,