MACVENTURE: Remove unnecessary comment

This commit is contained in:
Borja Lorente 2016-08-16 12:48:05 +02:00
parent e5cf0332f2
commit 8bea8ecb17

View File

@ -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,