| 306 | } |
| 307 | |
| 308 | void cCampaign::SetCustomCampaign() { |
| 309 | mIsCustomCampaign = true; |
| 310 | mUseCustomPath = false; |
| 311 | |
| 312 | Clear(); |
| 313 | } |
| 314 | |
| 315 | void cCampaign::CreateCustomCampaign() { |
| 316 | SetCustomCampaign(); |
nothing calls this directly
no outgoing calls
no test coverage detected