diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-14 00:18:53 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-14 00:18:53 +0200 |
commit | f54c83c0b527e3034538e4c8791f10fc4e313576 (patch) | |
tree | d10bf31e0badad1e55f035c585c47af557e961e9 /src/control/RoadBlocks.h | |
parent | scene edit (diff) | |
parent | update readme (diff) | |
download | re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.gz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.bz2 re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.lz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.xz re3-f54c83c0b527e3034538e4c8791f10fc4e313576.tar.zst re3-f54c83c0b527e3034538e4c8791f10fc4e313576.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); }; |