mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
[ctrtool] Fix uninitialised variable warning.
This commit is contained in:
+1
-1
@@ -792,7 +792,7 @@ int cwav_pcm_setup(cwav_pcmstate* state, cwav_context* ctx, int isloop)
|
|||||||
{
|
{
|
||||||
u32 channelcount = ctx->channelcount;
|
u32 channelcount = ctx->channelcount;
|
||||||
u32 i;
|
u32 i;
|
||||||
u32 startoffset;
|
u32 startoffset = 0;
|
||||||
|
|
||||||
|
|
||||||
if (ctx->channel == 0)
|
if (ctx->channel == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user