diff --git a/source/glest_game/global/config.cpp b/source/glest_game/global/config.cpp index c8233d02..f1bce539 100644 --- a/source/glest_game/global/config.cpp +++ b/source/glest_game/global/config.cpp @@ -28,7 +28,9 @@ using namespace std; namespace Glest{ namespace Game{ -int GameConstants::networkFramePeriod = 20; +// 20 was working ok, we try 10 to see if its better for performance +//int GameConstants::networkFramePeriod = 20; +int GameConstants::networkFramePeriod = 10; int GameConstants::updateFps = 40; int GameConstants::cameraFps = 100;