[Bug 3605] fs_fakeChkSum? eh?
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Thu Jul 10 16:56:50 EDT 2008
http://bugzilla.icculus.org/show_bug.cgi?id=3605
------- Comment #3 from amanieu at gmail.com 2008-07-10 16:56 EDT -------
You can initialize fs_fakeChecksum to 0 in FS_Startup.
Also, random() shouldn't be used since it could return 0 and the code checks
for non-zero. Can be easily fix with "if(fakeChecksum) fakeChecksum=0;".
Here is how I reimplemented it (I accidentally removed it in the previous
commit): http://tremfusion.tremforges.net/hg/tremfusion/rev/ae5f4dc25b20
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list