mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-05 13:04:54 +02:00
Unblock spectator interface during AI turns
This commit is contained in:
parent
35fa06008b
commit
289259f64a
@ -416,6 +416,7 @@ void CClient::initPlayerEnvironments()
|
|||||||
Settings session = settings.write["session"];
|
Settings session = settings.write["session"];
|
||||||
session["spectate"].Bool() = true;
|
session["spectate"].Bool() = true;
|
||||||
session["spectate-skip-battle-result"].Bool() = true;
|
session["spectate-skip-battle-result"].Bool() = true;
|
||||||
|
session["spectate-ignore-hero"].Bool() = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(settings["session"]["spectate"].Bool())
|
if(settings["session"]["spectate"].Bool())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user