(svn r22016) -Fix [FS#4479]: when paused and having the allowed actions while paused setting on "no actions" cheating money would fail

This commit is contained in:
rubidium
2011-02-07 22:23:37 +00:00
parent a90d7ffdee
commit aed86fec3f
2 changed files with 3 additions and 1 deletions

View File

@@ -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.
};