]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index f916e843af6120484cfc04fb6f2fa0d3f54d1ed1..9ed7d92e3630a5c6e115c3c044ba98390f7b8fd7 100644 (file)
@@ -1337,15 +1337,6 @@ float CSQC_Parse_TempEntity()
                        Net_WeaponComplain();
                        bHandled = true;
                        break;
-               case TE_CSQC_NEX_VELOCITY:
-                       nex_velocitydependent = ReadByte();
-                       nex_minvelocity = ReadShort();
-                       nex_maxvelocity = ReadShort();
-                       nex_speed_falloff_rate = ReadByte();
-                       nex_charge = ReadByte();
-                       nex_charge_rate = ReadByte();
-                       bHandled = true;
-                       break;
                case TE_CSQC_CR_MAXBULLETS:
                        cr_maxbullets = ReadByte();
                        bHandled = true;