]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/effects.qc
Replace `vector_[xyz]` with `vector.[xyz]` where possible
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / effects.qc
index a515fdb61ca8bfc914dfeec325d08d505b04a26d..56c83e06319ea1f6e7fc2b5f057c6bcb251e5d24 100644 (file)
@@ -75,7 +75,7 @@ void Net_ReadLightningarc()
        vector from, to;
 
     from_x = ReadCoord(); from_y = ReadCoord(); from_z = ReadCoord();
-    to_x   = ReadCoord(); to_y   = ReadCoord(); to_z   = ReadCoord();
+    to_x = ReadCoord(); to_y = ReadCoord(); to_z = ReadCoord();
 
     if(autocvar_cl_effects_lightningarc_simple)
     {