| 1 | // Regression: mission description.ext entries like `sound[] = {"sound/s01r01.ogg", ...}` |
| 2 | // resolved to `sound\sound/s01r01.ogg` (doubled prefix) and failed in FileCache. |
| 3 | // Without the fix, GetSoundName/GetPictureName below produce "sound\sound/..." / |
| 4 | // "data\pic.paa" -> "data\data\pic.paa". Tolerances are exact-string equality. |
nothing calls this directly
no test coverage detected