(svn r22506) -Feature [FS#4625]: Make the transparency options for industries also affect the effect vehicles created by industries.

This commit is contained in:
frosch
2011-05-28 09:46:37 +00:00
parent a3d8633e40
commit bc3404f90c
4 changed files with 39 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ enum TransparencyOption {
TO_CATENARY, ///< catenary
TO_LOADING, ///< loading indicators
TO_END,
TO_INVALID, ///< Invalid transparency option
};
typedef uint TransparencyOptionBits; ///< transparency option bits