Update XEH_postInit.sqf

This commit is contained in:
johnb432 2024-02-04 10:55:09 +01:00
parent c927c0e05c
commit 49ca715baf

View File

@ -86,7 +86,7 @@ if (hasInterface) then {
private _distance = _object distance (positionCameraToWorld [0, 0, 0]); private _distance = _object distance (positionCameraToWorld [0, 0, 0]);
TRACE_3("",_object,_sound,_maxDistance); TRACE_2("",_object,_sound);
// 3 classes of distances: close, mid and far, each having different sound files // 3 classes of distances: close, mid and far, each having different sound files
private _classDistance = switch (true) do { private _classDistance = switch (true) do {