1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Extend load screen maximum time

This commit is contained in:
Perttu Ahola 2011-12-11 16:52:19 +02:00
parent bd21f00f0a
commit 69579306dd

View 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(;;)
{