Enable recolouring of custom signal graphics (global and per-railtype)

This commit is contained in:
Jonathan G Rennison
2021-08-21 01:07:41 +01:00
parent 322a046f49
commit f1fde8c684
9 changed files with 92 additions and 35 deletions

View File

@@ -56,7 +56,7 @@ struct RailTypeResolverObject : public ResolverObject {
};
struct CustomSignalSpriteResult {
SpriteID sprite_id;
PalSpriteID sprite;
bool restricted_valid;
};