View Single Post
  #6  
Unread 12th April, 2010, 07:56 PM
rork's Avatar
rork rork is offline
Godlike
 
Join Date: Nov 2007
Posts: 265
Default

Nice article, very interesting if you're interested in game engines and stuff. It also explains the performance improvements well. I was wondering, are the timing fixes also applied on a linux client and on the server?

There's a small mistake in your code:
Code:
else if (OldTime > 0xF0000000 && NewTime < 0x10000000)
	OltTime = NewTime;

return TimeInSec;
Oldtime is spelled wrong, and as far as I understand it it wouldn't change anything for OldTime won't be used after that line again.
__________________
Admin of XOL DOG CTF Fun server: 81.169.188.18 - Stats & dU Coop: 85.14.203.180:5555 - Forum
Reply With Quote