summaryrefslogtreecommitdiffstats
path: root/src/control/RoadBlocks.h
diff options
context:
space:
mode:
authorsaml1er <danishroar@gmail.com>2020-04-11 18:45:49 +0200
committersaml1er <danishroar@gmail.com>2020-04-11 18:45:49 +0200
commit0d19036a4278a23db5af75c26a74b8d0e7d61454 (patch)
treeaa0876872177ef040fbdf6885cbeebbdfda43315 /src/control/RoadBlocks.h
parentfixing r* visioned leak (diff)
downloadre3-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 '')
-rw-r--r--src/control/RoadBlocks.h2
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);
};