X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FMain.qc;h=d16e91820e1a31cdda5a0406791331e1d1b777d8;hp=ddff8e18fe033bdb84048936d44853d2e1a9d1c3;hb=ce357a573fec4e54069e480a25bb3e2216be378a;hpb=03c6f7285271ef87a883907532cc0bd7d28d728c diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index ddff8e18fe..d16e91820e 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -1017,6 +1017,9 @@ void Ent_Init() g_weaponswitchdelay = ReadByte() / 255.0; + g_balance_grenadelauncher_secondary_bouncefactor = ReadCoord(); + g_balance_grenadelauncher_secondary_bouncestop = ReadCoord(); + if(!postinit) PostInit(); }