mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-07 09:26:01 +01:00
engine: client: fix wrong type in DSP
This commit is contained in:
parent
c2063c869d
commit
880dd2546f
@ -61,7 +61,7 @@ typedef struct dly_s
|
|||||||
size_t idelayoutput;
|
size_t idelayoutput;
|
||||||
|
|
||||||
// crossfade
|
// crossfade
|
||||||
size_t idelayoutputxf; // output pointer
|
int idelayoutputxf; // output pointer
|
||||||
int xfade; // value
|
int xfade; // value
|
||||||
|
|
||||||
int delaysamples; // delay setting
|
int delaysamples; // delay setting
|
||||||
|
Loading…
Reference in New Issue
Block a user