aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/lever_control.h
diff options
context:
space:
mode:
authorMarisa-Chan2014-02-24 20:37:58 +0700
committerMarisa-Chan2014-02-24 20:37:58 +0700
commit6210ead126ea81727e6a68398366c4cbe8da9e79 (patch)
tree29cdf57d3d6f269bee104716a9e771b7417fd253 /engines/zvision/lever_control.h
parentcb2503aa9dd5d76a12aaf0522ddea810907a97a5 (diff)
downloadscummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.gz
scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.bz2
scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.zip
ZVISION: Fix wrong style.
Diffstat (limited to 'engines/zvision/lever_control.h')
-rw-r--r--engines/zvision/lever_control.h4
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: