X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Fpath_waypoint.qc;fp=qcsrc%2Fserver%2Fpathlib%2Fpath_waypoint.qc;h=f86c270b04b3e32ad6ff14294190983f7e7ca699;hb=aa14e2a0c66030cfde1c5d9d2c0882b5aa4816c1;hp=e96de83283e50cbd2e92628ffcf85898c54030a8;hpb=daab9330abb8952053b47239d1322cd029b08cd1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/path_waypoint.qc b/qcsrc/server/pathlib/path_waypoint.qc index e96de8328..f86c270b0 100644 --- a/qcsrc/server/pathlib/path_waypoint.qc +++ b/qcsrc/server/pathlib/path_waypoint.qc @@ -234,8 +234,8 @@ entity pathlib_waypointpath_step() return world; } -void plas_think() -{SELFPARAM(); +void plas_think(entity this) +{ pathlib_waypointpath_step(); if(pathlib_foundgoal) return;