Sfoglia il codice sorgente

fix uninitialized flag

AlexVinS 11 anni fa
parent
commit
dbb7526040
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      client/CPlayerInterface.cpp

+ 1 - 0
client/CPlayerInterface.cpp

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