(svn r13627) [NoAI] -Fix: typo in word 'nuclear' (Finaldeath) noai
authortruebrain
Wed, 25 Jun 2008 17:01:19 +0000
branchnoai
changeset 11070 f2460a97f516
parent 11068 91db7285ad9e
child 11078 81b3bb4b6c53
(svn r13627) [NoAI] -Fix: typo in word 'nuclear' (Finaldeath)
src/ai/api/ai_cargo.hpp
src/newgrf_cargo.h
--- a/src/ai/api/ai_cargo.hpp	Tue Jun 24 21:46:18 2008 +0000
+++ b/src/ai/api/ai_cargo.hpp	Wed Jun 25 17:01:19 2008 +0000
@@ -26,7 +26,7 @@
 		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.)
 	};
 
--- a/src/newgrf_cargo.h	Tue Jun 24 21:46:18 2008 +0000
+++ b/src/newgrf_cargo.h	Wed Jun 25 17:01:19 2008 +0000
@@ -19,7 +19,7 @@
 	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.
 };