On Android, remove the counter that automatically proceeds from the startup screen to the main menu and require a button press instead.

git-svn-id: https://svn.eduke32.com/eduke32@4613 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-09-30 04:08:23 +00:00
parent f4a8cdfa28
commit 0a62ba1a21

View file

@ -10514,7 +10514,11 @@ static void G_DisplayLogo(void)
fadepaltile(0,0,0, 63,0,-7,BETASCREEN); fadepaltile(0,0,0, 63,0,-7,BETASCREEN);
totalclock = 0; totalclock = 0;
while (/*totalclock < (860+120) && */!I_CheckAllInput()) while (
#ifndef DROIDMENU
totalclock < (860+120) &&
#endif
!I_CheckAllInput())
{ {
clearallviews(0); clearallviews(0);