i just noticed that SDL_systimer doesn’t make use of hi-res timers (QueryPerf()
stuff…) because apparently there have been problems on Win2000.
i think i need a more hi-res timer than GetTickCount() though so i just wanted
to ask what the problem was on Win2k? (so i don’t run into it myself lol)
thanks