Changeset - r10691:f47ea5f65eb4
[Not reviewed]
master
0 1 0
truebrain - 15 years ago 2009-01-12 15:21:59
truebrain@openttd.org
(svn r15011) -Documentation: Nuclear, not Nucleair
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_cargo.h
Show inline comments
 
@@ -19,7 +19,7 @@ enum {
 
	CC_PIECE_GOODS  = 1 <<  5, ///< Piece goods (Livestock, Wood, Steel, Paper)
 
	CC_LIQUID       = 1 <<  6, ///< Liquids (Oil, Water, Rubber)
 
	CC_REFRIGERATED = 1 <<  7, ///< Refrigerated cargo (Food, Fruit)
 
	CC_HAZARDOUS    = 1 <<  8, ///< Hazardous cargo (Nucleair Fuel, Explosives, etc.)
 
	CC_HAZARDOUS    = 1 <<  8, ///< Hazardous cargo (Nuclear Fuel, Explosives, etc.)
 
	CC_COVERED      = 1 <<  9, ///< Covered/Sheltered Freight (Transporation in Box Vans, Silo Wagons, etc.)
 
	CC_SPECIAL      = 1 << 15  ///< Special bit used for livery refit tricks instead of normal cargoes.
 
};
0 comments (0 inline, 0 general)