From 88ce335afc1af81222109e922ef03051a5273dd7 Mon Sep 17 00:00:00 2001 From: guard3 Date: Thu, 4 Jul 2019 14:04:34 +0300 Subject: CBridge --- src/control/PathFind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/control/PathFind.h') diff --git a/src/control/PathFind.h b/src/control/PathFind.h index cc0b0a2f..9b6be573 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -131,6 +131,8 @@ public: int32 FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool disabled, bool betweenLevels); bool IsPathObject(int id) { return id < PATHNODESIZE && (InfoForTileCars[id*12].type != 0 || InfoForTilePeds[id*12].type != 0); } + + void SetLinksBridgeLights(float, float, float, float, bool); }; static_assert(sizeof(CPathFind) == 0x4c8f4, "CPathFind: error"); -- cgit v1.2.3