diff options
author | saml1er <danishroar@gmail.com> | 2020-04-11 18:45:49 +0200 |
---|---|---|
committer | saml1er <danishroar@gmail.com> | 2020-04-11 18:45:49 +0200 |
commit | 0d19036a4278a23db5af75c26a74b8d0e7d61454 (patch) | |
tree | aa0876872177ef040fbdf6885cbeebbdfda43315 /src/control/RoadBlocks.h | |
parent | fixing r* visioned leak (diff) | |
download | re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar.gz re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar.bz2 re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar.lz re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar.xz re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.tar.zst re3-0d19036a4278a23db5af75c26a74b8d0e7d61454.zip |
Diffstat (limited to 'src/control/RoadBlocks.h')
-rw-r--r-- | src/control/RoadBlocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/RoadBlocks.h b/src/control/RoadBlocks.h index 3f5868e7..16e3a362 100644 --- a/src/control/RoadBlocks.h +++ b/src/control/RoadBlocks.h @@ -11,6 +11,6 @@ public: static bool (&InOrOut)[NUMROADBLOCKS]; static void Init(void); - static void GenerateRoadBlockCopsForCar(CVehicle*, int32, int16); + static void GenerateRoadBlockCopsForCar(CVehicle* pVehicle, int32 roadBlockType, int16 roadBlockNode); static void GenerateRoadBlocks(void); }; |