mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:46:37 +03:00
More more more audio
This commit is contained in:
parent
458fc63f01
commit
2fabbc3b4c
56 changed files with 1675 additions and 964 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue