]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/havocbot/role_keepaway.qc
get rid of 'local' prefixes (does nothing)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / havocbot / role_keepaway.qc
index 8ea23f1af02225b0a04a33652f113709e234fe3f..15e10f6833d4c844e58d64f526e7ebf9b71bc4be 100644 (file)
@@ -9,8 +9,8 @@ entity ka_ball;
 
 void havocbot_goalrating_ball(float ratingscale, vector org)
 {
-       local float t;
-       local entity ball_owner;
+       float t;
+       entity ball_owner;
        ball_owner = ka_ball.owner;
 
        if (ball_owner == self)