From 8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Tue, 16 Aug 2016 12:48:05 +0200 Subject: MACVENTURE: Remove unnecessary comment --- engines/macventure/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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, -- cgit v1.2.3