ScavTrap guarding gate copy
This commit is contained in:
@@ -30,7 +30,7 @@ ScavTrap::ScavTrap(std::string name) : ClapTrap(name), guarding_gate(false)
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
ScavTrap::ScavTrap(const ScavTrap &other) : ClapTrap(other) { }
|
||||
ScavTrap::ScavTrap(const ScavTrap &other) : ClapTrap(other), guarding_gate(other.guarding_gate) { }
|
||||
|
||||
ScavTrap& ScavTrap::operator=(const ScavTrap &other)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user