summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Sim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Sim.cpp')
-rw-r--r--StarsEx/Sim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/Sim.cpp b/StarsEx/Sim.cpp
index 7249d82..d57a56b 100644
--- a/StarsEx/Sim.cpp
+++ b/StarsEx/Sim.cpp
@@ -2509,7 +2509,7 @@ SimRegion::ExecFrame(double secs)
// DON'T REALLY KNOW WHAT PURPOSE THIS SERVES....
if (!active) {
- double max_frame = 3 * Game::GetInstance()->GetMaxFrameLength();
+ double max_frame = 3.0 / 5.0; // Value is based on already removed legacy constants.
long new_time = Clock::GetInstance()->GameTime();
double delta = new_time - sim_time;
seconds = delta / 1000.0;