From 10e491cd35f80089153a1a55c40a1fb271e9077c Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 8 Sep 2024 18:54:48 -0500 Subject: [PATCH] add spaces --- src/engine/sample.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/engine/sample.cpp b/src/engine/sample.cpp index 670e869af..e51558190 100644 --- a/src/engine/sample.cpp +++ b/src/engine/sample.cpp @@ -1310,7 +1310,7 @@ void DivSample::render(unsigned int formatMask) { if (adpcm_decode_block(data16,dataIMA,lengthIMA,samples)==0) logE("oh crap!"); break; case DIV_SAMPLE_DEPTH_12BIT: // 12-bit PCM (MultiPCM) - for (unsigned int i=0,j=0; i>8; data12[j+1]=((data16[i+0]>>4)&0xf)|(i+1>4)&0xf:0); - if (i+1>8; + } } } }