[nexuiz-commits] r7625 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 4 05:51:08 EDT 2009


Author: div0
Date: 2009-09-04 05:51:08 -0400 (Fri, 04 Sep 2009)
New Revision: 7625

Modified:
   trunk/data/qcsrc/common/util.qc
Log:
another warning with a good reason :(


Modified: trunk/data/qcsrc/common/util.qc
===================================================================
--- trunk/data/qcsrc/common/util.qc	2009-09-04 09:49:46 UTC (rev 7624)
+++ trunk/data/qcsrc/common/util.qc	2009-09-04 09:51:08 UTC (rev 7625)
@@ -1635,6 +1635,7 @@
 	float v;
 	v = ReadShort() * 256; // note: this is signed
 	v += ReadByte(); // note: this is unsigned
+	return v;
 }
 #else
 void WriteInt24_t(float dest, float val)



More information about the nexuiz-commits mailing list