mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Support testing rejoins on turn 0, refs #3460, #4242, #5185, #5162, 2bf1dbfd13
Differential Revision: https://code.wildfiregames.com/D1522 This was SVN commit r22998.
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
CFG_GET_VAL("ooslog", m_EnableOOSLog);
|
||||
CFG_GET_VAL("serializationtest", m_EnableSerializationTest);
|
||||
CFG_GET_VAL("rejointest", m_RejoinTestTurn);
|
||||
if (m_RejoinTestTurn <= 0) // Handle bogus values of the arg
|
||||
if (m_RejoinTestTurn < 0) // Handle bogus values of the arg
|
||||
m_RejoinTestTurn = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user