]> icculus.org git repositories - divverent/darkplaces.git/commit
fix Black's mistake of using 'long' (32bit/64bit depending on architecture) type...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Jul 2005 03:06:23 +0000 (03:06 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 2 Jul 2005 03:06:23 +0000 (03:06 +0000)
commit0f50ec2cb291f937ab0a001c9f5bd1e0b367bb74
treeaec983c1a6c277382466c7cd6682a7ba3bb762ae
parent16dc82c3ce2db874c0782881c2079829aa9fe2ed
fix Black's mistake of using 'long' (32bit/64bit depending on architecture) type in reading .lno files, changed to int (32bit) so that the code works on 64bit architectures

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5480 d7cf8633-e32d-0410-b094-e92efae38249
prvm_edict.c