From 975a232cfb08410177af2ba06251e4c553780e7b Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 31 Jan 2022 22:19:15 +0100 Subject: Removed AVI recording functionality --- Stars45/Starshatter.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Stars45/Starshatter.cpp') 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); -- cgit v1.1