diff options
author | richiesams | 2013-08-28 09:19:39 -0500 |
---|---|---|
committer | richiesams | 2013-08-28 16:44:42 -0500 |
commit | f3514534ce46bad5e3ffadfdf0b3af403045e5ef (patch) | |
tree | e76481d515a9f5d3d3a9e922dee9d8b5011328a7 | |
parent | f1f36e7c9db0b78a5ae04ebdadebe431e2840bfc (diff) | |
download | scummvm-rg350-f3514534ce46bad5e3ffadfdf0b3af403045e5ef.tar.gz scummvm-rg350-f3514534ce46bad5e3ffadfdf0b3af403045e5ef.tar.bz2 scummvm-rg350-f3514534ce46bad5e3ffadfdf0b3af403045e5ef.zip |
ZVISION: Increase background rotation speed
This could probably still go higher. The DOS version is *very* sensitive, too sensitive.
But this is still a bit slow.
-rw-r--r-- | engines/zvision/zvision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/zvision.h b/engines/zvision/zvision.h index 6bf6d2acc0..a02fecc43d 100644 --- a/engines/zvision/zvision.h +++ b/engines/zvision/zvision.h @@ -80,7 +80,7 @@ private: WORKING_WINDOW_HEIGHT = 320, ROTATION_SCREEN_EDGE_OFFSET = 60, - MAX_ROTATION_SPEED = 250 // Pixels per second + MAX_ROTATION_SPEED = 400 // Pixels per second }; Console *_console; |