From 69579306dd7ff352f7a8df7c5271ea487c62ed11 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 11 Dec 2011 16:52:19 +0200 Subject: [PATCH] Extend load screen maximum time --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index a90d1e0..13d1e0c 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -824,7 +824,7 @@ void the_game( bool got_content = false; { float frametime = 0.033; - const float timeout = 5.0; + const float timeout = 30.0; float time_counter = 0.0; for(;;) {