summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 4f8fe6870..bbf1c22d6 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -1474,8 +1474,6 @@ struct PerformanceRatingDetailWindow : Window {
virtual void OnGameTick()
{
- if (_pause_mode != PM_UNPAUSED) return;
-
/* Update the company score every 5 days */
if (--this->timeout == 0) {
this->UpdateCompanyStats();