make declaration at top of block

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@844 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2010-09-11 21:07:40 +00:00
parent 0bdad0b6ce
commit cabea09cca

View File

@ -197,9 +197,6 @@ void decode_blur_adpcm(VGMSTREAMCHANNEL * stream, sample * outbuf, int channelsp
first_sample = first_sample % 64;
for (i=first_sample,sample_count=0; i<first_sample+samples_to_do; i++,sample_count+=channelspacing) {
sample=0;
short sample_byte = (short)read_8bit(stream->offset+(framesin*33)+1+i/2,stream->streamfile);
scale = ((i&1 ?