From 6210ead126ea81727e6a68398366c4cbe8da9e79 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Mon, 24 Feb 2014 20:37:58 +0700 Subject: ZVISION: Fix wrong style. --- engines/zvision/lever_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/zvision/lever_control.h') diff --git a/engines/zvision/lever_control.h b/engines/zvision/lever_control.h index 591d64e949..ac7ee8b5c7 100644 --- a/engines/zvision/lever_control.h +++ b/engines/zvision/lever_control.h @@ -55,8 +55,8 @@ private: }; enum { - ANGLE_DELTA = 30, // How far off a mouse angle can be and still be considered valid. This is in both directions, so the total buffer zone is (2 * ANGLE_DELTA) - ANIMATION_FRAME_TIME = 30 // In millis + ANGLE_DELTA = 30, // How far off a mouse angle can be and still be considered valid. This is in both directions, so the total buffer zone is (2 * ANGLE_DELTA) + ANIMATION_FRAME_TIME = 30 // In millis }; private: -- cgit v1.2.3