Codechange: migrate all Window-related timers to the new framework
This means we also say goodbye to GUITimers.
This commit is contained in:

committed by
Patric Stout

parent
5e1bcee39b
commit
1ba4dcc924
@@ -621,13 +621,6 @@ public:
|
||||
*/
|
||||
virtual void OnGameTick() {}
|
||||
|
||||
/**
|
||||
* 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() {}
|
||||
|
||||
/**
|
||||
* Called periodically.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user