From 809bf8fb437885222404ec328ce44576e321a013 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 12 Jan 2009 15:21:59 +0000 Subject: (svn r15011) -Documentation: Nuclear, not Nucleair --- src/newgrf_cargo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/newgrf_cargo.h b/src/newgrf_cargo.h index eee0e9602..d640c3876 100644 --- a/src/newgrf_cargo.h +++ b/src/newgrf_cargo.h @@ -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. }; -- cgit v1.2.3-54-g00ecf