X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fonslaught%2Fsv_onslaught.qh;h=0757d7bc6014645c37260a1620563ea066aca9bf;hb=7718f96c4300cfe595e4e4706bf1bdcbdf414177;hp=d8b7fd044bcc8e8f5faf4a76dcbac1dbb451dee6;hpb=34e7f534e2015466228eb3a78c9857741b736dca;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qh b/qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qh index d8b7fd044..0757d7bc6 100644 --- a/qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qh +++ b/qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qh @@ -70,11 +70,8 @@ bool ons_stalemate; .float teleport_antispam; -// waypoint sprites -.entity bot_basewaypoint; // generator waypointsprite - -.bool isgenneighbor[17]; -.bool iscpneighbor[17]; +.int aregensneighbor; +.int arecpsneighbor; float ons_notification_time[17]; .float ons_overtime_damagedelay;