diff options
author | Simon Howard | 2008-02-12 21:26:31 +0000 |
---|---|---|
committer | Simon Howard | 2008-02-12 21:26:31 +0000 |
commit | 53fa6c27c20f3abd7f290a39a97bfb9bae452b2d (patch) | |
tree | 1324907945aee1e89e8d6ea6d11bbf80652064b4 /setup | |
parent | 4f16d8163cedb8b42ac01512c32a54023708b0ec (diff) | |
download | chocolate-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 'setup')
-rw-r--r-- | setup/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/display.c b/setup/display.c index 78abafdf..5e9d4fcf 100644 --- a/setup/display.c +++ b/setup/display.c @@ -71,7 +71,7 @@ int aspect_ratio_correct = 1; 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 |