summaryrefslogtreecommitdiff
path: root/src/newgrf_cargo.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2009-01-12 15:21:59 +0000
committertruebrain <truebrain@openttd.org>2009-01-12 15:21:59 +0000
commit809bf8fb437885222404ec328ce44576e321a013 (patch)
tree514b86f1945c3e48db0f0dd61897f2e4f6f35aaf /src/newgrf_cargo.h
parent2d4c9cda7295d46988f340beafc816b2000720bc (diff)
downloadopenttd-809bf8fb437885222404ec328ce44576e321a013.tar.xz
(svn r15011) -Documentation: Nuclear, not Nucleair
Diffstat (limited to 'src/newgrf_cargo.h')
-rw-r--r--src/newgrf_cargo.h2
1 files changed, 1 insertions, 1 deletions
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.
};