Remove unused road stop constant

This commit is contained in:
Jonathan G Rennison
2022-02-17 18:48:01 +00:00
parent ede2ceb9b9
commit 742b42cff6

View File

@@ -20,7 +20,6 @@
#include "road.h"
/** The maximum amount of roadstops a single GRF is allowed to add */
static const int NUM_ROADSTOPS = 64000U;
static const int NUM_ROADSTOPS_PER_GRF = 255;
enum RoadStopClassID : byte {