- constify
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@272 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -58,7 +58,7 @@ void WT_ModInit(wt_common_t *pCom)
|
||||
{
|
||||
UINT32 i, j, k, offset, last_pos, distance;
|
||||
INT16 sample, wave[WT_WAVE_SIZE];
|
||||
wt_descr_t *pDesc;
|
||||
wt_descr_t const *pDesc;
|
||||
synth_float_t kmix;
|
||||
synth_float_t x, dx, wave_tri[WT_WAVE_SIZE], wave_sqr[WT_WAVE_SIZE], wave_saw[WT_WAVE_SIZE];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user