Add console command to offer a company for sale

This commit is contained in:
Jonathan G Rennison
2021-10-24 00:11:51 +01:00
parent ec8512e2ea
commit 296987153b
3 changed files with 38 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ enum CompanyCtrlAction {
CCA_NEW, ///< Create a new company.
CCA_NEW_AI, ///< Create a new AI company.
CCA_DELETE, ///< Delete a company.
CCA_SALE, ///< Offer a company for sale.
CCA_END, ///< Sentinel for end.
};