| 773 | } |
| 774 | |
| 775 | void SetBaseSubdirectory(RString dir) |
| 776 | { |
| 777 | BaseSubdirectory = dir; |
| 778 | } |
| 779 | |
| 780 | void SetCampaign(RString name) |
| 781 | { |
| 782 | CurrentCampaign = name; |
| 783 | if (name.GetLength() == 0) |
| 784 | { |
| 785 | SetBaseDirectory(""); |
| 786 | } |
| 787 | else |
| 788 | { |
| 789 | SetBaseDirectory(GetCampaignDirectory(name)); |
no test coverage detected