Codechange: Define a TickCounter variable type for TimerGameTick::counter
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
uint64_t TimerGameTick::counter = 0;
|
||||
TimerGameTick::TickCounter TimerGameTick::counter = 0;
|
||||
|
||||
template<>
|
||||
void IntervalTimer<TimerGameTick>::Elapsed(TimerGameTick::TElapsed delta)
|
||||
|
||||
Reference in New Issue
Block a user