| 98 | // This is a quick fix and this system is still "begging" for a remake. |
| 99 | |
| 100 | void EditManager::editorEnabled() |
| 101 | { |
| 102 | for(SimGroupIterator itr(Sim::getRootGroup()); *itr; ++itr) |
| 103 | (*itr)->onEditorEnable(); |
| 104 | |
| 105 | gEditingMission = true; |
| 106 | } |
| 107 | |
| 108 | void EditManager::editorDisabled() |
| 109 | { |
no test coverage detected