From 53fa6c27c20f3abd7f290a39a97bfb9bae452b2d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 12 Feb 2008 21:26:31 +0000 Subject: Set the default startup_delay to 1s. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1081 --- src/i_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/i_video.c b/src/i_video.c index 8e595c62..b8ba1758 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -130,7 +130,7 @@ int aspect_ratio_correct = true; // Time to wait for the screen to settle on startup before starting the // game (ms) -int startup_delay = 0; +int startup_delay = 1000; // Grab the mouse? (int type for config code) -- cgit v1.2.3