Commit b58eac20 authored by nanahira's avatar nanahira

fix

parent 1b2f1e4b
Pipeline #36850 failed with stages
in 2 minutes and 19 seconds
......@@ -212,6 +212,7 @@ if USE_DXSDK and os.istarget("windows") then
end
end
USE_AUDIO = not SERVER_MODE and not GetParam("no-audio")
if GetParam("no-audio") then
USE_AUDIO = false
elseif GetParam("no-use-miniaudio") then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment