| 1176 | #endif |
| 1177 | |
| 1178 | void World::PrimaryAllowSwitch(int ms) |
| 1179 | { |
| 1180 | #if BACKGROUND_AI |
| 1181 | if (_secThread) |
| 1182 | _secThread->RunSecondary(ms); |
| 1183 | #endif |
| 1184 | } |
| 1185 | |
| 1186 | void World::SecondaryAllowSwitch() |
| 1187 | { |
no outgoing calls
no test coverage detected