Thread: 64bit Build
View Single Post
  #14  
Old 09-16-2009, 05:56 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by KLS View Post
Code:
struct PathFileHeader {
	long version;
	long PathNodeCount;
};
The path files created by 32 bit have an 8-byte header, 2 4-byte longs.
for it to work on both 32bit and 64bit, it'll need to be changed to int32s. i did the same to the code for the regular and water maps a while back.
Reply With Quote