summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:23:37 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:23:37 +0000
commit68ace1b79bb712b471eb0d19ade19b20a7ad271d (patch)
tree4e85c862821701c84a41084ba8050c80343d71c7 /src/command_type.h
parent3745ff7338a7e3c9c4bff665f6952fd71c384ff8 (diff)
downloadopenttd-68ace1b79bb712b471eb0d19ade19b20a7ad271d.tar.xz
(svn r22016) -Fix [FS#4479]: when paused and having the allowed actions while paused setting on "no actions" cheating money would fail
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 160b36cc9..5a586fcda 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -343,6 +343,7 @@ enum CommandType {
CMDT_OTHER_MANAGEMENT, ///< Renaming stuff, changing company colours, placing signs, etc.
CMDT_COMPANY_SETTING, ///< Changing settings related to a company.
CMDT_SERVER_SETTING, ///< Pausing/removing companies/server settings.
+ CMDT_CHEAT, ///< A cheat of some sorts.
CMDT_END, ///< Magic end marker.
};