diff --git a/src/citymania/cm_command_type.hpp b/src/citymania/cm_command_type.hpp index 4ad9ca5178..a1e275a403 100644 --- a/src/citymania/cm_command_type.hpp +++ b/src/citymania/cm_command_type.hpp @@ -52,6 +52,7 @@ public: _current_callback = this->callback; bool res = this->_post(reinterpret_cast<::CommandCallback *>(reinterpret_cast(callback))); _current_company = company_backup; + _no_estimate_command = false; return res; }