Codechange: move tick-counter into TimerGameTick (#10712)
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
struct TStorage {
|
||||
uint elapsed;
|
||||
};
|
||||
|
||||
static uint64 counter; ///< Monotonic counter, in ticks, since start of game.
|
||||
};
|
||||
|
||||
#endif /* TIMER_GAME_TICK_H */
|
||||
|
||||
Reference in New Issue
Block a user