From: Perttu Ahola Date: Sun, 11 Dec 2011 14:52:19 +0000 (+0200) Subject: Extend load screen maximum time X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=69579306dd7ff352f7a8df7c5271ea487c62ed11;p=zefram%2Fminetest%2Fminetest_engine.git Extend load screen maximum time --- diff --git a/src/game.cpp b/src/game.cpp index a90d1e0c..13d1e0c7 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(;;) {