Codechange: move tick-counter into TimerGameTick (#10712)

This commit is contained in:
Patric Stout
2023-04-24 18:55:40 +02:00
committed by GitHub
parent 7aa2b9ab0a
commit 31ad990831
22 changed files with 60 additions and 51 deletions

View File

@@ -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 */