From 0a62ba1a21066545407b7f0c827d6c721115113b Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 30 Sep 2014 04:08:23 +0000 Subject: [PATCH] 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 --- polymer/eduke32/source/game.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 55e81a404..c61556795 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -10514,7 +10514,11 @@ static void G_DisplayLogo(void) fadepaltile(0,0,0, 63,0,-7,BETASCREEN); totalclock = 0; - while (/*totalclock < (860+120) && */!I_CheckAllInput()) + while ( +#ifndef DROIDMENU + totalclock < (860+120) && +#endif + !I_CheckAllInput()) { clearallviews(0);