Feature: Cheat to fix station ratings at 100% (#11346)

This commit is contained in:
Tyler Trahan
2023-10-21 08:35:52 -04:00
committed by GitHub
parent 37f84b7372
commit 2dd2910ab3
7 changed files with 15 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
#include "newgrf_storage.h"
#include "bitmap_type.h"
static const byte INITIAL_STATION_RATING = 175;
static const uint8_t INITIAL_STATION_RATING = 175;
static const uint8_t MAX_STATION_RATING = 255;
/**
* Flow statistics telling how much flow should be sent along a link. This is