mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 03:02:51 +00:00
More more more audio
This commit is contained in:
@@ -95,7 +95,7 @@ bool GetMouseMoveRight();
|
||||
bool GetPadInput();
|
||||
bool GetMouseInput();
|
||||
|
||||
char *FrontendFilenames[] = {
|
||||
const char *FrontendFilenames[] = {
|
||||
"fe2_mainpanel_ul",
|
||||
"fe2_mainpanel_ur",
|
||||
"fe2_mainpanel_dl",
|
||||
@@ -126,7 +126,7 @@ char *FrontendFilenames[] = {
|
||||
"fe_radio9", // CHATTERBOX
|
||||
};
|
||||
|
||||
char *MenuFilenames[] = {
|
||||
const char *MenuFilenames[] = {
|
||||
"connection24", "",
|
||||
"findgame24", "",
|
||||
"hostgame24", "",
|
||||
@@ -1030,7 +1030,7 @@ int CMenuManager::FadeIn(int alpha)
|
||||
m_nCurrScreen == MENUPAGE_SAVING_IN_PROGRESS ||
|
||||
m_nCurrScreen == MENUPAGE_DELETING)
|
||||
return alpha;
|
||||
return min(m_nMenuFadeAlpha, alpha);
|
||||
return Min(m_nMenuFadeAlpha, alpha);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user