--- np2/macos9/macossub.cpp 2003/10/23 07:20:43 1.1 +++ np2/macos9/macossub.cpp 2003/11/14 10:32:36 1.2 @@ -20,7 +20,7 @@ UINT32 macos_gettick(void) { UnsignedWide current; Microseconds(¤t); - return((UINT32)(current.lo / 1000)); + return((UINT32)((current.hi * 4294967) + (current.lo / 1000))); }