X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fpathlib%2Futility.qh;h=f89a60c12dc345bbde8da9ddccf9960e43c66f3d;hb=70d18745e29ccc7f92d719abe12c0f93ff454887;hp=3544e86ca2b659125a3a99a3bfef5dab008e9f07;hpb=109c5785a22fb4336ac5e91d5f1fa91678582164;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/utility.qh b/qcsrc/server/pathlib/utility.qh index 3544e86ca..f89a60c12 100644 --- a/qcsrc/server/pathlib/utility.qh +++ b/qcsrc/server/pathlib/utility.qh @@ -2,4 +2,5 @@ float fsnap(float val,float fsize); entity pathlib_nodeatpoint(vector where); -float tile_check_plus2(vector where); +float tile_check_plus2(entity this, vector where); +bool location_isok(vector point, bool waterok, bool air_isok);