summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-02-12 21:26:31 +0000
committerSimon Howard2008-02-12 21:26:31 +0000
commit53fa6c27c20f3abd7f290a39a97bfb9bae452b2d (patch)
tree1324907945aee1e89e8d6ea6d11bbf80652064b4 /src
parent4f16d8163cedb8b42ac01512c32a54023708b0ec (diff)
downloadchocolate-doom-53fa6c27c20f3abd7f290a39a97bfb9bae452b2d.tar.gz
chocolate-doom-53fa6c27c20f3abd7f290a39a97bfb9bae452b2d.tar.bz2
chocolate-doom-53fa6c27c20f3abd7f290a39a97bfb9bae452b2d.zip
Set the default startup_delay to 1s.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1081
Diffstat (limited to 'src')
-rw-r--r--src/i_video.c2
1 files changed, 1 insertions, 1 deletions
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)