mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update XEH_postInit.sqf
This commit is contained in:
parent
c927c0e05c
commit
49ca715baf
@ -86,7 +86,7 @@ if (hasInterface) then {
|
||||
|
||||
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
|
||||
private _classDistance = switch (true) do {
|
||||
|
Loading…
Reference in New Issue
Block a user