- constify

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@272 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-10-22 17:52:36 +00:00
parent f0b52a2cbe
commit f19ad38f23
+1 -1
View File
@@ -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];