01-06-2009, 08:41 PM
Doomy Wrote:when fps unlocked
there is a recieving map error when starting up
I took out an unneeded "DoEvents" that was in the gameloop. If you 'unlock' the fps now, you need to add a "DoEvents".
Code:
' ' Lock fps
' Do While GetTickCount < Tick + 25
' DoEvents
' Sleep 1
' Loop
DoEvents