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:
parent
337f22195c
commit
5d487c09fe
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user