]> 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)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 3 Apr 2018 13:36:39 +0000 (06:36 -0700)
commit4513875d934ceed8f004bf62a1248a0afcb1da76
tree38dfaa064246bc66f5aebca35036352f1109ffe9
parent54c791e37eb5be95a18a330f862da6b1dbed5dab
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
::stable-branch::merge=af6dae7f1b49b8269f6d8371d67ebc731ad0d0e1
svvm_cmds.c