projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd21f00
)
Extend load screen maximum time
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 11 Dec 2011 14:52:19 +0000
(16:52 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 11 Dec 2011 14:52:19 +0000
(16:52 +0200)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index a90d1e0c1c362d7c1dd06d96f4f7aef483c3e204..13d1e0c7da058dc28b5adad983e9f7437c46ed05 100644
(file)
--- 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(;;)
{