d03 ex01 guardGate functions

This commit is contained in:
Hugo LAMY
2022-02-18 18:44:09 +01:00
parent ab0a2c4184
commit 1d9b557b57
3 changed files with 4 additions and 1 deletions

View File

@@ -26,5 +26,5 @@ ScavTrap::~ScavTrap( void ) {
*/
void ScavTrap::guardGate() {
std::cout << _class << " entered special mode Gate Keeper\n";
std::cout << _class << " " << ScavTrap::_name << " entered special mode Gate Keeper\n";
}