Skip to content

Commit

Permalink
Merge pull request #207 from dbechrd/patch-3
Browse files Browse the repository at this point in the history
Remove redundant srand call
  • Loading branch information
gafferongames authored Oct 1, 2024
2 parents 12969e0 + 523bd37 commit c4b3ed5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ static const int RELIABLE_ORDERED_CHANNEL = 1;

int SoakMain()
{
srand( (unsigned int) time( NULL ) );

ClientServerConfig config;
config.maxPacketSize = MaxPacketSize;
config.clientMemory = 100 * 1024 * 1024;
Expand Down

0 comments on commit c4b3ed5

Please sign in to comment.