summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-21 18:16:00 +0000
committersmatz <smatz@openttd.org>2009-09-21 18:16:00 +0000
commit15511678e32880001aba50c9230be5fb141dc0ad (patch)
tree5ae1112911f6d6d851c99e05fbe0aaf030e0864e /src/command_type.h
parent60a13f49bddb11419416066c8f85268a47522770 (diff)
downloadopenttd-15511678e32880001aba50c9230be5fb141dc0ad.tar.xz
(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_type.h b/src/command_type.h
index 5d3cc51f1..8ac3786a1 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -242,7 +242,7 @@ enum {
CMD_SELL_SHARE_IN_COMPANY, ///< sell a share from a company
CMD_BUY_COMPANY, ///< buy a company which is bankrupt
- CMD_BUILD_TOWN, ///< build a town
+ CMD_FOUND_TOWN, ///< found a town
CMD_RENAME_TOWN, ///< rename a town
CMD_DO_TOWN_ACTION, ///< do a action from the town detail window (like advertises or bribe)