Skip to content

Commit

Permalink
Minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Jan 7, 2018
1 parent 0e9dc77 commit 20ad1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratagus/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ unsigned SyncRandSeed; /// sync random seed value.
*/
void InitSyncRand()
{
if (!IsNetworkGame()) { //if isn't a network game, make the seed vary according to the computer's date and time
if (!IsNetworkGame()) { //if isn't a network game, make the seed vary according to the date and time
time_t time_curr;
time(&time_curr);
SyncRandSeed = static_cast<unsigned>(time_curr);
Expand Down

0 comments on commit 20ad1df

Please sign in to comment.