aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screens/UScreenMain.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/UScreenMain.pas b/src/screens/UScreenMain.pas
index e6d98c27..aa313cf6 100644
--- a/src/screens/UScreenMain.pas
+++ b/src/screens/UScreenMain.pas
@@ -63,8 +63,8 @@ type
end;
const
- { start credits after 30 seconds w/o interaction }
- TicksUntilCredits = 30 * 1000;
+ { start credits after 60 seconds w/o interaction }
+ TicksUntilCredits = 60 * 1000;
implementation