ClapTrap default constructor message fixed
This commit is contained in:
@@ -16,8 +16,8 @@ ClapTrap::ClapTrap() :
|
|||||||
name("(NULL)"), health(10),
|
name("(NULL)"), health(10),
|
||||||
energy(10), attackDamage(0)
|
energy(10), attackDamage(0)
|
||||||
{
|
{
|
||||||
std::cout << "ClapTrap default constructor called " << this->name
|
std::cout << "ClapTrap default constructor called " << this->name
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user