diff options
Diffstat (limited to 'engines/zvision/lever_control.h')
-rw-r--r-- | engines/zvision/lever_control.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |