summaryrefslogtreecommitdiff
path: root/src/control/RoadBlocks.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 18:04:43 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-05 18:04:43 +0300
commitc2b9ddc5b8935dcd8de593c918f50886e0400319 (patch)
tree99f4d7dec983e7ad6f4071cc259c8c0de2eda2e2 /src/control/RoadBlocks.h
parent9960c411933f9a804eb5f6840d75ad00fd255252 (diff)
Revert "Remove Miami stuff"
This reverts commit 9960c411933f9a804eb5f6840d75ad00fd255252.
Diffstat (limited to 'src/control/RoadBlocks.h')
-rw-r--r--src/control/RoadBlocks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/control/RoadBlocks.h b/src/control/RoadBlocks.h
index 0f0c1882..439fd6e7 100644
--- a/src/control/RoadBlocks.h
+++ b/src/control/RoadBlocks.h
@@ -7,7 +7,11 @@ class CRoadBlocks
{
public:
static int16 NumRoadBlocks;
+#ifndef MIAMI
static int16 RoadBlockObjects[NUMROADBLOCKS];
+#else
+ static int16 RoadBlockNodes[NUMROADBLOCKS];
+#endif
static bool InOrOut[NUMROADBLOCKS];
static void Init(void);