summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index b03f5bbca..c792a6b28 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -691,7 +691,9 @@ public:
virtual void OnGameTick() {}
/**
- * Called once every 100 (game) ticks.
+ * Called once every 100 (game) ticks, or once every 3s, whichever comes last.
+ * In normal game speed the frequency is 1 call every 100 ticks (can be more than 3s).
+ * In fast-forward the frequency is 1 call every ~3s (can be more than 100 ticks).
*/
virtual void OnHundredthTick() {}