X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fwaypoints.qh;h=fde524bb94821ae89bd4ced22ecebed7e3d47e66;hb=a0b626ee78db909c214cc0fc7e829f8a8379704f;hp=87141c4bc35a48e26efb00468edc748aaf74d620;hpb=9eb82dd6fc682e3ddecd471835f9047816236342;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/waypoints.qh b/qcsrc/server/bot/waypoints.qh index 87141c4bc..fde524bb9 100644 --- a/qcsrc/server/bot/waypoints.qh +++ b/qcsrc/server/bot/waypoints.qh @@ -38,7 +38,7 @@ float botframe_cachedwaypointlinks; * Functions */ -void spawnfunc_waypoint(); +spawnfunc(waypoint); void waypoint_addlink(entity from, entity to); void waypoint_think(); void waypoint_clearlinks(entity wp);