diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-25 23:06:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-25 23:06:27 +0300 |
commit | a57ee0d8a7c729ea2887c71b5262dd0a6cb56a71 (patch) | |
tree | 294be00370c3c8de96da4027b60def2a5f060c76 /src/client.cpp | |
parent | 9ce2870616a4fc1ed45020e6100aa888242fe79a (diff) | |
download | plus-a57ee0d8a7c729ea2887c71b5262dd0a6cb56a71.tar.gz plus-a57ee0d8a7c729ea2887c71b5262dd0a6cb56a71.tar.bz2 plus-a57ee0d8a7c729ea2887c71b5262dd0a6cb56a71.tar.xz plus-a57ee0d8a7c729ea2887c71b5262dd0a6cb56a71.zip |
Increase minimised window sleep time.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index 77625c924..56d7c2d25 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -942,7 +942,7 @@ int Client::gameExec() else { // logger->log("inactive"); - SDL_Delay(10); + SDL_Delay(100); } if (mLimitFps) |