Closed tmp64 closed 2 years ago
https://github.com/SamVanheer/halflife-updated/blob/e7fb73457e1f28f42c038a0a62cfe0b9a15240db/dlls/util.h#L566-L573
On the server (CLIENT_DLL not defined) it returns false, whereas on the client it returns true.
CLIENT_DLL
false
true
It seems to be only used for the egon sound fix (ValveSoftware/halflife#3232), which was reverted.
Thanks for catching that, i don't know how i missed that.
https://github.com/SamVanheer/halflife-updated/blob/e7fb73457e1f28f42c038a0a62cfe0b9a15240db/dlls/util.h#L566-L573
On the server (
CLIENT_DLL
not defined) it returnsfalse
, whereas on the client it returnstrue
.It seems to be only used for the egon sound fix (ValveSoftware/halflife#3232), which was reverted.