From: terencehill Date: Wed, 24 Jul 2019 08:00:08 +0000 (+0200) Subject: Comment out an unused field X-Git-Tag: xonotic-v0.8.5~1453 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cadbfc1fcbcbc5b32c7fe6f2a175d27ca232ace2;p=xonotic%2Fxonotic-data.pk3dir.git Comment out an unused field --- diff --git a/qcsrc/server/bot/default/waypoints.qc b/qcsrc/server/bot/default/waypoints.qc index 9de377987..d69a89400 100644 --- a/qcsrc/server/bot/default/waypoints.qc +++ b/qcsrc/server/bot/default/waypoints.qc @@ -1743,7 +1743,6 @@ float botframe_autowaypoints_fix_from(entity p, float walkfromwp, entity wp, .en } // automatically create missing waypoints -.entity botframe_autowaypoints_lastwp0, botframe_autowaypoints_lastwp1; void botframe_autowaypoints_fix(entity p, float walkfromwp, .entity fld) { float r = botframe_autowaypoints_fix_from(p, walkfromwp, p.(fld), fld); @@ -1839,6 +1838,8 @@ LABEL(next) }); } +//.entity botframe_autowaypoints_lastwp0; +.entity botframe_autowaypoints_lastwp1; void botframe_autowaypoints() { FOREACH_CLIENT(IS_PLAYER(it) && IS_REAL_CLIENT(it) && !IS_DEAD(it), {