mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Many fixes to regressions in perl and cleaning up the final interface
This commit is contained in:
@@ -30,6 +30,14 @@
|
||||
uint32 current_time = 0;
|
||||
uint32 last_time = 0;
|
||||
|
||||
Timer::Timer() {
|
||||
timer_time = 0;
|
||||
start_time = current_time;
|
||||
set_at_trigger = timer_time;
|
||||
pUseAcurateTiming = false;
|
||||
enabled = false;
|
||||
}
|
||||
|
||||
Timer::Timer(uint32 in_timer_time, bool iUseAcurateTiming) {
|
||||
timer_time = in_timer_time;
|
||||
start_time = current_time;
|
||||
|
||||
Reference in New Issue
Block a user