summaryrefslogtreecommitdiff
path: root/domain/src
diff options
context:
space:
mode:
Diffstat (limited to 'domain/src')
-rw-r--r--domain/src/turn_order.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/domain/src/turn_order.cpp b/domain/src/turn_order.cpp
index e3a1e23..d3140b1 100644
--- a/domain/src/turn_order.cpp
+++ b/domain/src/turn_order.cpp
@@ -122,7 +122,7 @@ namespace turns::domain
m_data[old_active]->is_active() = false;
m_data[*m_active]->is_active() = true;
- if (m_active == 0)
+ if (m_active == 0 && m_round_number > 0)
{
m_round_number = m_round_number - 1;
}