Extend load screen maximum time
authorPerttu Ahola <celeron55@gmail.com>
Sun, 11 Dec 2011 14:52:19 +0000 (16:52 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 11 Dec 2011 14:52:19 +0000 (16:52 +0200)
src/game.cpp

index a90d1e0c1c362d7c1dd06d96f4f7aef483c3e204..13d1e0c7da058dc28b5adad983e9f7437c46ed05 100644 (file)
@@ -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(;;)
                {