X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FMain.qc;h=ced8061ba9e2a58137580c79d715590165fa09a6;hp=d358a59a536db28ea46dd630f8c4e7b941264fe4;hb=6feba10e1819ab46a2491f434fabe45f99c65541;hpb=b49a2cd1f819e03ebb72db44594d2e336201d73e diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index d358a59a5..ced8061ba 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -1087,8 +1087,10 @@ void Ent_Init() g_weaponswitchdelay = ReadByte() / 255.0; - g_balance_grenadelauncher_secondary_bouncefactor = ReadCoord(); - g_balance_grenadelauncher_secondary_bouncestop = ReadCoord(); + g_balance_grenadelauncher_bouncefactor = ReadCoord(); + g_balance_grenadelauncher_bouncestop = ReadCoord(); + g_balance_electro_secondary_bouncefactor = ReadCoord(); + g_balance_electro_secondary_bouncestop = ReadCoord(); nex_scope = !ReadByte(); campingrifle_scope = !ReadByte();