diff options
Diffstat (limited to 'Player.cpp')
-rw-r--r-- | Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #include "Player.h" Player::Player() { - std::cout << "Player::Player(): Player created.\n"; health = 100; } |