From 861995c88ef312beb4bc1b7920d612bd52590303 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 8 Mar 2022 23:31:50 +0100 Subject: Removed legacy functions that acted as wrappers for time compression --- Stars45/Game.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Stars45/Game.cpp') diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp index 5dfd828..e2364de 100644 --- a/Stars45/Game.cpp +++ b/Stars45/Game.cpp @@ -1226,16 +1226,6 @@ Game::GetClock() return &clock; } -DWORD Game::TimeCompression() -{ - return clock.TimeCompression(); -} - -void Game::SetTimeCompression(DWORD comp) -{ - if (comp > 0 && comp <= 100) - clock.SetTimeCompression(static_cast(comp)); -} DWORD Game::Frame() { -- cgit v1.1