aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 11:31:05 +0100
committerLibravatarLarge Libravatar /dev/urandom <johnfkennedymaili2p>2025-02-15 11:31:05 +0100
commit5bd91a999543d8dac016ffb423f172c2849b5b18 (patch)
tree2dbb35d819e3efb6eb313d6e61f0d63f3e7a5e51
parent25fa98871f4a5653111f66de44939cc5aa36c929 (diff)
downloadcosin25-invite-mountainbytes-5bd91a999543d8dac016ffb423f172c2849b5b18.tar.gz
cosin25-invite-mountainbytes-5bd91a999543d8dac016ffb423f172c2849b5b18.tar.bz2
cosin25-invite-mountainbytes-5bd91a999543d8dac016ffb423f172c2849b5b18.tar.lz
cosin25-invite-mountainbytes-5bd91a999543d8dac016ffb423f172c2849b5b18.zip

feat: more timeout death

-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7af8586..44f6cdc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -16,7 +16,7 @@ use music::{mmc2r_to_pcm, Music};
use sdl2::{event::Event, keyboard::Keycode};
#[cfg(all(not(feature = "notimeout"), not(feature = "32k")))]
-const TIMEOUT_DEATH: f64 = render::JUST_DVD + 20.0;
+const TIMEOUT_DEATH: f64 = render::JUST_DVD + 23.0;
use sdl2::audio::AudioSpecDesired;