Fix redone + add hud fix

This commit is contained in:
Sergeanur
2021-05-29 11:57:51 +03:00
parent cacec36dd1
commit f741101e44
6 changed files with 34 additions and 31 deletions

View File

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