1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

fix uninitialized flag

This commit is contained in:
AlexVinS
2014-07-02 23:53:49 +04:00
parent 5a029c88d1
commit dbb7526040

View File

@@ -118,6 +118,7 @@ CPlayerInterface::CPlayerInterface(PlayerColor Player)
isAutoFightOn = false;
duringMovement = false;
ignoreEvents = false;
}
CPlayerInterface::~CPlayerInterface()