]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/server.qc
fix a few bugs the analyzer found
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / server.qc
index 89c4b72b5f59b15df29024fa07507a3de314d40b..9b94640b5a2319c734a103db57e036b48dd26883 100644 (file)
@@ -259,7 +259,7 @@ float WarpZone_Send(entity to, float sendflags)
 
 float WarpZone_Camera_Send(entity to, float sendflags)
 {
-       float f;
+       float f = 0;
        WriteByte(MSG_ENTITY, ENT_CLIENT_WARPZONE_CAMERA);
 
        if(self.warpzone_fadestart)