diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:04:18 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:04:18 +0300 |
commit | 9960c411933f9a804eb5f6840d75ad00fd255252 (patch) | |
tree | 19886c3263958d5c77664518270d252ad5554602 /src/control/RoadBlocks.h | |
parent | dfe0642195bd17704aaac669908c8bb29fbcb531 (diff) |
Remove Miami stuff
Diffstat (limited to 'src/control/RoadBlocks.h')
-rw-r--r-- | src/control/RoadBlocks.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/control/RoadBlocks.h b/src/control/RoadBlocks.h index 439fd6e7..0f0c1882 100644 --- a/src/control/RoadBlocks.h +++ b/src/control/RoadBlocks.h @@ -7,11 +7,7 @@ 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); |