MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / test_paramFileExt.cpp

File test_paramFileExt.cpp

tests/unit/engine/Poseidon/IO/test_paramFileExt.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 3

GetDefaultNameFunction · 0.85
GetSoundNameFunction · 0.85
SelectMenuInitWorldFunction · 0.85

Tested by

no test coverage detected