summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-08-02 21:07:23 +0000
committerterkhen <terkhen@openttd.org>2010-08-02 21:07:23 +0000
commit7a6df202d0816db1e46c33949f99aed236e531b1 (patch)
tree3395506d65b1f54db511e97dd710e47200be4741 /src/command_type.h
parentca0751adb82094a3f7d0042f386f72f43b756575 (diff)
downloadopenttd-7a6df202d0816db1e46c33949f99aed236e531b1.tar.xz
(svn r20323) -Codechange: Move Delete town code to a command.
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_type.h b/src/command_type.h
index 8f74d6e61..82f5ada91 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -236,6 +236,7 @@ enum Commands {
CMD_RENAME_TOWN, ///< rename a town
CMD_DO_TOWN_ACTION, ///< do a action from the town detail window (like advertises or bribe)
CMD_EXPAND_TOWN, ///< expand a town
+ CMD_DELETE_TOWN, ///< delete a town
CMD_SELL_SHIP, ///< sell a ship
CMD_BUILD_SHIP, ///< build a new ship