]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Merge remote-tracking branch 'origin/master' into samual/lightning_gun
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 036bb45fb6dc48f029212faead961db052d00d12..2908958405e291da418a95a4e739906509171169 100644 (file)
@@ -620,6 +620,10 @@ float ClientInit_SendEntity(entity to, float sf)
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(electro_shotorigin[1]));
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(electro_shotorigin[2]));
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(electro_shotorigin[3]));
+       WriteInt24_t(MSG_ENTITY, compressShotOrigin(lightning_shotorigin[0]));
+       WriteInt24_t(MSG_ENTITY, compressShotOrigin(lightning_shotorigin[1]));
+       WriteInt24_t(MSG_ENTITY, compressShotOrigin(lightning_shotorigin[2]));
+       WriteInt24_t(MSG_ENTITY, compressShotOrigin(lightning_shotorigin[3]));
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(gauntlet_shotorigin[0]));
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(gauntlet_shotorigin[1]));
        WriteInt24_t(MSG_ENTITY, compressShotOrigin(gauntlet_shotorigin[2]));