mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Disable experimental simturns AI option by default
This commit is contained in:
parent
f65f4b1285
commit
8392125b04
@ -30,7 +30,7 @@ struct DLL_LINKAGE SimturnsInfo
|
||||
/// Maximum number of turns that might be played simultaneously unless contact is detected
|
||||
int optionalTurns = 0;
|
||||
/// If set to true, human and 1 AI can act at the same time
|
||||
bool allowHumanWithAI = true;
|
||||
bool allowHumanWithAI = false;
|
||||
|
||||
template <typename Handler>
|
||||
void serialize(Handler &h, const int version)
|
||||
|
Loading…
Reference in New Issue
Block a user