summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index a90d1e0c1..13d1e0c7d 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(;;)
{