1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

client/CPlayerInterface.cpp: initialize observerInDuelMode

This commit is contained in:
Johannes 'josch' Schauer 2018-04-19 16:13:19 +02:00
parent 337f22195c
commit 5d487c09fe
No known key found for this signature in database
GPG Key ID: F2CBA5C78FBD83E1

View File

@ -1335,7 +1335,7 @@ template <typename Handler> void CPlayerInterface::serializeTempl( Handler &h, c
{
if(version < 774 && !h.saving)
{
bool observerInDuelMode;
bool observerInDuelMode = false;
h & observerInDuelMode;
}