Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
anything AT ALL?
#12
Here's some optimizations...

Code:
If Not IsConnected Then InGame = Not InGame

Should be:

Code:
InGame =IsConnected

And here's this:

Code:
Private Function NeedToRestoreSurfaces() As Boolean
    
    NeedToRestoreSurfaces = True
    
    If DD.TestCooperativeLevel = DD_OK Then NeedToRestoreSurfaces = False
    
End Function
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)