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:
spacy51 2007-12-06 15:06:06 +00:00
parent af97deab1d
commit 66f2e69b29
1 changed files with 1 additions and 2 deletions

View File

@ -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;