summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp
index 348538d..f9fefbf 100644
--- a/Stars45/Starshatter.cpp
+++ b/Stars45/Starshatter.cpp
@@ -1875,9 +1875,6 @@ Starshatter::DoGameKeys()
if (cam_dir) {
double spin = (PI/2) * Game::FrameTime(); // Game::GUITime();
- if (avi_file)
- spin /= 6;
-
if (KeyDown(KEY_CAM_EXT_PLUS_AZ))
cam_dir->ExternalAzimuth(spin);