diff options
author | Aki <please@ignore.pl> | 2022-12-04 00:37:54 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-12-04 00:37:54 +0100 |
commit | 25776ec71cc240cc0a30dd1113ad6bf1e53ddf37 (patch) | |
tree | e3617bd5c1f1b626445c3629ce30c393554b8f6c /campaign/src | |
parent | 13e4f3e3908220d484b01b9fb6dc4375ab28a16e (diff) | |
download | kurator-25776ec71cc240cc0a30dd1113ad6bf1e53ddf37.zip kurator-25776ec71cc240cc0a30dd1113ad6bf1e53ddf37.tar.gz kurator-25776ec71cc240cc0a30dd1113ad6bf1e53ddf37.tar.bz2 |
Extracted battlefield size and moved into Scenario
Diffstat (limited to 'campaign/src')
-rw-r--r-- | campaign/src/scenarios.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/campaign/src/scenarios.cpp b/campaign/src/scenarios.cpp index 06b4659..6fd0403 100644 --- a/campaign/src/scenarios.cpp +++ b/campaign/src/scenarios.cpp @@ -16,6 +16,7 @@ example() { return { "Example", + 12000, { {0, "Anvil", {"ChargeLaser", "ChargeLaser"}}, {0, "Anvil", {"ChargeLaser", "ChargeLaser"}}, |