synced with scummvm to 2011-Apr-13
This commit is contained in:
parent
f0a4299aef
commit
0640dcf2c7
347 changed files with 53648 additions and 8521 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