| 466 | } |
| 467 | |
| 468 | bool EnabledWeaponPool() |
| 469 | { |
| 470 | // if (!IsCampaign()) return false; |
| 471 | const ParamEntry* entry = ExtParsCampaign.FindEntry("weaponPool"); |
| 472 | if (!entry) |
| 473 | { |
| 474 | return false; |
| 475 | } |
| 476 | return (bool)(*entry); |
| 477 | } |
| 478 | |
| 479 | void WeaponsInfo::Apply() |
| 480 | { |
no test coverage detected