]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a typo in a seeker cvar name
authorRudolf Polzer <divverent@alientrap.org>
Sun, 9 May 2010 18:08:49 +0000 (20:08 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 9 May 2010 18:08:49 +0000 (20:08 +0200)
qcsrc/server/w_seeker.qc

index c50e13c773659e48bfec788167199f6ed1640f4d..4e1bc7f9bdf9cbeb83fd60d020081e91affcfbd2 100644 (file)
@@ -149,7 +149,7 @@ void Seeker_Missile_Animate()
                self.think           = Seeker_Missile_Think;
                self.nextthink       = time;// + cvar("g_balance_seeker_missile_activate_delay"); // cant dealy with csqc projectiles
 
-               if (cvar("g_balance_seeker_guided_proxy"))
+               if (cvar("g_balance_seeker_missile_proxy"))
                        self.movetype    = MOVETYPE_BOUNCEMISSILE;
                else
                        self.movetype    = MOVETYPE_FLYMISSILE;