X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fwaypoints.qh;h=23c0fa63c3b66a4c168a7bbb5cd12b55fc55c77a;hb=490a31934aa67cc7de5299a4d3f625d5271f8583;hp=a03155544f6688722ef8e3f462ae50f4531226a2;hpb=a051ca682492534e07f80b1d56fc4641bb329540;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/waypoints.qh b/qcsrc/server/bot/waypoints.qh index a03155544..23c0fa63c 100644 --- a/qcsrc/server/bot/waypoints.qh +++ b/qcsrc/server/bot/waypoints.qh @@ -39,7 +39,7 @@ float botframe_cachedwaypointlinks; spawnfunc(waypoint); void waypoint_addlink(entity from, entity to); -void waypoint_think(); +void waypoint_think(entity this); void waypoint_clearlinks(entity wp); void waypoint_schedulerelink(entity wp);