Feature: Transparency option for cost and income indicators (#11001)

This commit is contained in:
Richard Wheeler
2023-08-25 15:04:40 +01:00
committed by GitHub
parent a938067d6b
commit 96fdfb941a
6 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ enum TransparencyOption {
TO_BRIDGES, ///< bridges
TO_STRUCTURES, ///< other objects such as transmitters and lighthouses
TO_CATENARY, ///< catenary
TO_LOADING, ///< loading indicators
TO_TEXT, ///< loading and cost/income text
TO_END,
TO_INVALID, ///< Invalid transparency option
};