mic: it seems like some other bugs must be here, but I'll fix this obvious one of mine...

This commit is contained in:
nitsuja 2009-09-02 09:21:37 +00:00
parent 584ab583b7
commit df5bf19909
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ u8 Mic_ReadSample()
}
}
else {
if(movieMode != MOVIEMODE_INACTIVE)
if(movieMode == MOVIEMODE_INACTIVE)
{
//normal mic behavior
tmp = (u8)Mic_Buffer[Mic_PlayBuf][Mic_BufPos >> 1];