TIMER: Cleanup

This commit is contained in:
dhewg 2011-03-22 11:53:10 +01:00
parent bb12acfa0f
commit 18d9654ca2
2 changed files with 4 additions and 4 deletions

View file

@ -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;
};