diff --git a/src/citymania/cm_command_type.hpp b/src/citymania/cm_command_type.hpp index caefb903e0..a81cf0c908 100644 --- a/src/citymania/cm_command_type.hpp +++ b/src/citymania/cm_command_type.hpp @@ -53,7 +53,6 @@ public: _auto_command = this->automatic; _current_callback = this->callback; bool res = this->_post(reinterpret_cast<::CommandCallback *>(reinterpret_cast(callback))); - assert(_current_callback == nullptr); _current_callback = nullptr; _auto_command = false; _current_company = old;