mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-26 11:08:59 +00:00
3c8f6762c8
In `RunGameOrAtlas` only one of thous flags is used. Using a `bool` is simpler and less error-prone. Also reset the variable earlier, so it's easyer to reason about it.