diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 677a4c193..53fc071f9 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -867,6 +867,10 @@ int Client::gameExec() k ++; } logic_count += k; + if (gui) + gui->slowLogic(); + if (mGame) + mGame->slowLogic(); // This is done because at some point tick_time will wrap. lastTickTime = tick_time; |