Sound file not present in source.
Description
Description
Details
Details
- Legacy ID
- 3279782281
- Severity
- None
- Resolution
- Won't Fix
- Reproducibility
- Always
- Category
- Config
Steps To Reproduce
class CfgSounds
{
class border_out
{
Border out;
sound[] = {"A3\missions_f\data\sounds\border_out.ogg",0.562341,1}; titles[] = {};
};
Additional Information
Probably best to simply remove the definition. It is an Eagle War specific sound.
class border_out
{
;
sound[] = {"\ca\missions_ew\data\sounds\border_out.wss",0.562341,1}; titles[] = {};
};