summaryrefslogtreecommitdiff
path: root/src/cargo_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-19 09:51:19 +0000
committerrubidium <rubidium@openttd.org>2008-10-19 09:51:19 +0000
commit15eb140d28a8fc131dedc595c7685562917130a4 (patch)
tree5eb8bb5e7076ecb2612e7ea10f0c287c9c5cc768 /src/cargo_type.h
parent2cc1d00babc732ce19bed08a3134e9424f2ac789 (diff)
downloadopenttd-15eb140d28a8fc131dedc595c7685562917130a4.tar.xz
(svn r14490) -Codechange: fix comment style on a few locations (Alberth)
Diffstat (limited to 'src/cargo_type.h')
-rw-r--r--src/cargo_type.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h
index 521ce9b02..afdacdac0 100644
--- a/src/cargo_type.h
+++ b/src/cargo_type.h
@@ -8,7 +8,7 @@
typedef byte CargoID;
enum {
- // Temperate
+ /* Temperate */
CT_PASSENGERS = 0,
CT_COAL = 1,
CT_MAIL = 2,
@@ -21,14 +21,14 @@ enum {
CT_STEEL = 9,
CT_VALUABLES = 10,
- // Arctic
+ /* Arctic */
CT_WHEAT = 6,
CT_HILLY_UNUSED = 8,
CT_PAPER = 9,
CT_GOLD = 10,
CT_FOOD = 11,
- // Tropic
+ /* Tropic */
CT_RUBBER = 1,
CT_FRUIT = 4,
CT_MAIZE = 6,
@@ -36,7 +36,7 @@ enum {
CT_WATER = 9,
CT_DIAMONDS = 10,
- // Toyland
+ /* Toyland */
CT_SUGAR = 1,
CT_TOYS = 3,
CT_BATTERIES = 4,