mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +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;
|
||||
|
||||
// crossfade
|
||||
size_t idelayoutputxf; // output pointer
|
||||
int idelayoutputxf; // output pointer
|
||||
int xfade; // value
|
||||
|
||||
int delaysamples; // delay setting
|
||||
|
Loading…
Reference in New Issue
Block a user