File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ function uos_InputAddDSP1ChanTo2Chan(PlayerIndex: cint32; InputIndex: cint32): c
552
552
// example DSPIndex1 := InputAddDSP1ChanTo2Chan(InputIndex1);
553
553
554
554
function uos_InputAddDSPVolume (PlayerIndex: cint32; InputIndex: cint32; VolLeft: double;
555
- VolRight: double) : cint32 ; inline;
555
+ VolRight: double) : cint32 ;
556
556
// DSP Volume changer
557
557
// PlayerIndex : Index of a existing Player
558
558
// InputIndex : InputIndex of a existing Input
Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ function uos_InputAddDSP1ChanTo2Chan(PlayerIndex: cint32; InputIndex: cint32): c
552
552
// example DSPIndex1 := InputAddDSP1ChanTo2Chan(InputIndex1);
553
553
554
554
function uos_InputAddDSPVolume (PlayerIndex: cint32; InputIndex: cint32; VolLeft: double;
555
- VolRight: double) : cint32 ; inline;
555
+ VolRight: double) : cint32 ;
556
556
// DSP Volume changer
557
557
// PlayerIndex : Index of a existing Player
558
558
// InputIndex : InputIndex of a existing Input
You can’t perform that action at this time.
0 commit comments