Remove Miami stuff

This commit is contained in:
Sergeanur 2020-05-05 18:04:18 +03:00
commit 9960c41193
50 changed files with 14 additions and 2028 deletions

View file

@ -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);