]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
nex secondary now charges the "speed circle" :)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 28db128b06d52f379c76bf71d989fb58680926a0..c9b344dac3f8ea85d58fc19de7edf2db281fae0d 100644 (file)
@@ -1354,7 +1354,9 @@ float CSQC_Parse_TempEntity()
                case TE_CSQC_NEX_VELOCITY:
                        nex_minvelocity = ReadShort();
                        nex_maxvelocity = ReadShort();
-                       nex_speed_falloff_factor = ReadShort()/10000;
+                       nex_speed_falloff_rate = ReadByte();
+                       nex_charge = ReadByte();
+                       nex_charge_rate = ReadByte();
                        bHandled = true;
                        break;
                case TE_CSQC_CR_MAXBULLETS: