aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBorja Lorente2016-08-16 12:48:05 +0200
committerBorja Lorente2016-08-19 16:30:24 +0200
commit8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5 (patch)
treecc97bec1313a26551443b25e9a552f5a82ac3162 /engines
parente5cf0332f2d08c7f6bc45c1f1fd8edaf276ea76d (diff)
downloadscummvm-rg350-8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5.tar.gz
scummvm-rg350-8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5.tar.bz2
scummvm-rg350-8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5.zip
MACVENTURE: Remove unnecessary comment
Diffstat (limited to 'engines')
-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,