Merge remote-tracking branch 'GitHub/miami' into lcs

This commit is contained in:
Sergeanur
2021-06-25 00:47:06 +03:00
10 changed files with 131 additions and 61 deletions

View File

@@ -1317,7 +1317,11 @@ cMusicManager::DisplayRadioStationName()
}
else {
if (cDisplay == 0) return;
#ifdef FIX_BUGS
cDisplay -= CTimer::GetLogicalFramesPassed();
#else
cDisplay--;
#endif
}
CFont::SetJustifyOff();