Fix redone + add hud fix
This commit is contained in:
@@ -195,7 +195,11 @@ cMusicManager::DisplayRadioStationName()
|
||||
cDisplay = 60;
|
||||
} else {
|
||||
if(cDisplay == 0) return;
|
||||
#ifdef FIX_BUGS
|
||||
cDisplay -= CTimer::GetLogicalFramesPassed();
|
||||
#else
|
||||
cDisplay--;
|
||||
#endif
|
||||
}
|
||||
|
||||
CFont::SetJustifyOff();
|
||||
|
||||
Reference in New Issue
Block a user