Remove unused road stop constant
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
#include "road.h"
|
#include "road.h"
|
||||||
|
|
||||||
/** The maximum amount of roadstops a single GRF is allowed to add */
|
/** 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;
|
static const int NUM_ROADSTOPS_PER_GRF = 255;
|
||||||
|
|
||||||
enum RoadStopClassID : byte {
|
enum RoadStopClassID : byte {
|
||||||
|
Reference in New Issue
Block a user