corrected soundBufferLen

This commit is contained in:
spacy51 2007-12-06 15:06:06 +00:00
parent 30b1edf84d
commit 9007a9b262
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;