Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS4
#26
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)