| 1632 | { |
| 1633 | const ParamEntry& missionCls = battleCls >> CurrentMission; |
| 1634 | |
| 1635 | /* |
| 1636 | // enable / disable HUD, radio, map etc. |
| 1637 | if (GWorld->UI()) |
| 1638 | { |
| 1639 | int showHUD = missionCls >> "showHUD"; |
| 1640 | bool bShowHUD = showHUD != 0; |
| 1641 | GWorld->UI()->ShowAll(bShowHUD); |
| 1642 | GWorld->UI()->ShowMessage(UIMsgCenter, bShowHUD); |
| 1643 | GWorld->UI()->ShowMessage(UIMsgGroup, bShowHUD); |
| 1644 | GWorld->UI()->ShowMessage(UIMsgVehicle, bShowHUD); |
| 1645 | GWorld->UI()->ShowMessage(UIMsgHelp, bShowHUD); |
| 1646 | } |
| 1647 | */ |
no test coverage detected