TIMER: Cleanup
This commit is contained in:
parent
bb12acfa0f
commit
18d9654ca2
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ struct TimerSlot {
|
|||
uint32 interval; // in microseconds
|
||||
|
||||
uint32 nextFireTime; // in milliseconds
|
||||
uint32 nextFireTimeMicro; // mircoseconds part of nextFire
|
||||
uint32 nextFireTimeMicro; // microseconds part of nextFire
|
||||
|
||||
TimerSlot *next;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue