mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
fix
This commit is contained in:
parent
a73a2c9179
commit
cb72fee941
@ -315,8 +315,10 @@ cMusicManager::ChangeMusicMode(uint8 mode)
|
|||||||
|
|
||||||
#ifdef PAUSE_RADIO_IN_FRONTEND
|
#ifdef PAUSE_RADIO_IN_FRONTEND
|
||||||
// rewind those streams we weren't listening right now
|
// rewind those streams we weren't listening right now
|
||||||
for( uint32 i = STREAMED_SOUND_RADIO_WILD; i < STREAMED_SOUND_CUTSCENE_ASS_1; i++ )
|
for( uint32 i = STREAMED_SOUND_RADIO_WILD; i < STREAMED_SOUND_CUTSCENE_ASS_1; i++ ) {
|
||||||
m_aTracks[i].m_nPosition = GetTrackStartPos(i);
|
m_aTracks[i].m_nPosition = GetTrackStartPos(i);
|
||||||
|
m_aTracks[i].m_nLastPosCheckTimer = CTimer::GetTimeInMillisecondsPauseMode();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user