shithub: choc

Download patch

ref: 53fa6c27c20f3abd7f290a39a97bfb9bae452b2d
parent: 4f16d8163cedb8b42ac01512c32a54023708b0ec
author: Simon Howard <fraggle@gmail.com>
date: Tue Feb 12 16:26:31 EST 2008

Set the default startup_delay to 1s.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1081

--- a/setup/display.c
+++ b/setup/display.c
@@ -71,7 +71,7 @@
 int fullscreen = 1;
 int screen_width = 320;
 int screen_height = 200;
-int startup_delay = 0;
+int startup_delay = 1000;
 int show_endoom = 1;
 
 // These are the last screen width/height values that were chosen by the
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -130,7 +130,7 @@
 // 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)