Skip to content
Snippets Groups Projects
Commit a68c70f6 authored by deuce's avatar deuce
Browse files

We only need to find one player that isn't done their turn to know we can't

advance.
parent 374a3ec7
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,8 @@ function main(argc, argv)
if(turn_done)
done_count++;
else
break;
}
if(done_count == nationcnt) {
print("Running maintenance for "+game_dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment