| 1061 | return false; |
| 1062 | } |
| 1063 | |
| 1064 | void UpdateWeaponsInBriefing() |
| 1065 | { |
| 1066 | DisplayMap* map = dynamic_cast<DisplayMap*>(GWorld->Map()); |
| 1067 | if (map) |
| 1068 | { |
| 1069 | map->UpdateWeaponsInBriefing(); |
| 1070 | } |
| 1071 | } |
| 1072 | |
| 1073 | void DisplayMap::UpdateWeaponsInBriefing() |
no test coverage detected