corrected soundBufferLen
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@172 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
af97deab1d
commit
66f2e69b29
|
@ -50,8 +50,7 @@ int SOUND_CLOCK_TICKS = SOUND_CLOCK_TICKS_;
|
|||
int soundTicks = SOUND_CLOCK_TICKS_;
|
||||
|
||||
u16 soundFinalWave [1470];
|
||||
int soundBufferLen = 1470;
|
||||
|
||||
int soundBufferLen = sizeof soundFinalWave;
|
||||
|
||||
int soundDebug = 0;
|
||||
u32 soundNextPosition = 0;
|
||||
|
|
Loading…
Reference in New Issue