diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
| commit | ee599d7d62c16bb59603bedb62f03c01504a1893 (patch) | |
| tree | 8e371a4d211d56ea42b648c7cd1758568b27858b /core/src | |
| parent | 6ff0bb23a71f334fe0ca86581cc86aaab2882003 (diff) | |
| download | turns-ee599d7d62c16bb59603bedb62f03c01504a1893.tar.xz turns-ee599d7d62c16bb59603bedb62f03c01504a1893.zip | |
adw: prepare files for extraction
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/participant.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/participant.cpp b/core/src/participant.cpp index d560789..9b0ec51 100644 --- a/core/src/participant.cpp +++ b/core/src/participant.cpp @@ -29,7 +29,8 @@ namespace turns::core auto instance = create(name, priority, disposition); instance->property_is_active() = serialized.value("is-active", false); - instance->property_is_defeated() = serialized.value("is-defeated", false);; + instance->property_is_defeated() = serialized.value("is-defeated", false); + ; return instance; } |
