Remove: buying/selling/owning company shares (#10709)
This commit is contained in:
@@ -271,8 +271,6 @@ enum Commands : uint16 {
|
||||
|
||||
CMD_PAUSE, ///< pause the game
|
||||
|
||||
CMD_BUY_SHARE_IN_COMPANY, ///< buy a share from a company
|
||||
CMD_SELL_SHARE_IN_COMPANY, ///< sell a share from a company
|
||||
CMD_BUY_COMPANY, ///< buy a company which is bankrupt
|
||||
|
||||
CMD_FOUND_TOWN, ///< found a town
|
||||
@@ -408,7 +406,7 @@ DECLARE_ENUM_AS_BIT_SET(CommandFlags)
|
||||
enum CommandType {
|
||||
CMDT_LANDSCAPE_CONSTRUCTION, ///< Construction and destruction of objects on the map.
|
||||
CMDT_VEHICLE_CONSTRUCTION, ///< Construction, modification (incl. refit) and destruction of vehicles.
|
||||
CMDT_MONEY_MANAGEMENT, ///< Management of money, i.e. loans and shares.
|
||||
CMDT_MONEY_MANAGEMENT, ///< Management of money, i.e. loans.
|
||||
CMDT_VEHICLE_MANAGEMENT, ///< Stopping, starting, sending to depot, turning around, replace orders etc.
|
||||
CMDT_ROUTE_MANAGEMENT, ///< Modifications to route management (orders, groups, etc).
|
||||
CMDT_OTHER_MANAGEMENT, ///< Renaming stuff, changing company colours, placing signs, etc.
|
||||
|
Reference in New Issue
Block a user