summaryrefslogtreecommitdiffstats
path: root/crsm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'crsm.hpp')
-rw-r--r--crsm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/crsm.hpp b/crsm.hpp
index 9eeaf5b..5e8b570 100644
--- a/crsm.hpp
+++ b/crsm.hpp
@@ -42,6 +42,7 @@ class ScenarioSettings {
public:
QString name;
bool league = false;
+ bool randomLeague = false;
ClientInfo wishClient;
ScenarioSettings(const QString& name, bool league = false) : name(name), league(league) {}