summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-31 22:19:15 +0100
committerAki <please@ignore.pl>2022-01-31 22:19:15 +0100
commit975a232cfb08410177af2ba06251e4c553780e7b (patch)
tree3df7b72e1fed61ee4375f4304c424053017653fa /Stars45/Starshatter.cpp
parentc01469dddabe404506ef3a64542e8423f9e11f2c (diff)
downloadstarshatter-975a232cfb08410177af2ba06251e4c553780e7b.zip
starshatter-975a232cfb08410177af2ba06251e4c553780e7b.tar.gz
starshatter-975a232cfb08410177af2ba06251e4c553780e7b.tar.bz2
Removed AVI recording functionality
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);