]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapons.qc
Replace `vector_[xyz]` with `vector.[xyz]` where possible
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapons.qc
index e9a834f78e6df645bb10cfa078b54951309a1abe..7b91f1d3007258b799dd5de3fd81a684197ac580 100644 (file)
@@ -45,7 +45,7 @@ void WriteWepSet(float dst, WepSet w)
 #elif WEP_MAXCOUNT > 24
        WriteInt48_t(dst, w);
 #else
-       WriteInt24_t(dst, w_x);
+       WriteInt24_t(dst, w.x);
 #endif
 }
 #endif