]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix a bug with PRVM_64 where CSQC float stats were sent by aliasing to int64 and...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 17 Mar 2018 07:35:38 +0000 (07:35 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 17 Mar 2018 07:35:38 +0000 (07:35 +0000)
commitaf6dae7f1b49b8269f6d8371d67ebc731ad0d0e1
tree38dfaa064246bc66f5aebca35036352f1109ffe9
parent05dbb25f75f5aeff3822a7feccad0e53a1d3c5be
Fix a bug with PRVM_64 where CSQC float stats were sent by aliasing to int64 and returning as int32, now correctly converts to float and then uses a union to get the int32 representation.

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