Ya permite continuar
This commit is contained in:
@@ -872,7 +872,9 @@ section_t Title::run(Uint8 subsection)
|
||||
}
|
||||
|
||||
if (mMenuVisible == true)
|
||||
{
|
||||
mMenu.active->render();
|
||||
}
|
||||
|
||||
mDustBitmapR->animate(0);
|
||||
mDustBitmapL->animate(0);
|
||||
@@ -881,7 +883,9 @@ section_t Title::run(Uint8 subsection)
|
||||
|
||||
// PRESS ANY KEY!
|
||||
if ((mCounter % 50 > 14) && (mMenuVisible == false))
|
||||
{
|
||||
mText->writeDX(TXT_CENTER | TXT_SHADOW, SCREEN_CENTER_X, PLAY_AREA_THIRD_QUARTER_Y + BLOCK, mLang->getText(23), 1, noColor, 1, shdwTxtColor);
|
||||
}
|
||||
|
||||
// Fade
|
||||
mFade->render();
|
||||
|
||||
Reference in New Issue
Block a user