]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
set some sane cvars, let the client know if the balance uses the velocity dependent...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index c9b344dac3f8ea85d58fc19de7edf2db281fae0d..79881410d8f9e0123472d6615d9df3652b604ea0 100644 (file)
@@ -1352,6 +1352,7 @@ float CSQC_Parse_TempEntity()
                        bHandled = true;
                        break;
                case TE_CSQC_NEX_VELOCITY:
+                       nex_velocitydependent = ReadByte();
                        nex_minvelocity = ReadShort();
                        nex_maxvelocity = ReadShort();
                        nex_speed_falloff_rate = ReadByte();