mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix potentially uninintialized variables
This commit is contained in:
@@ -71,7 +71,7 @@ using TTeleportExitsList = std::vector<std::pair<ObjectInstanceID, int3>>;
|
||||
class DLL_LINKAGE CBattleGameInterface : public IBattleEventsReceiver
|
||||
{
|
||||
public:
|
||||
bool human;
|
||||
bool human = false;
|
||||
PlayerColor playerID;
|
||||
std::string dllName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user