summaryrefslogtreecommitdiff
path: root/Monster.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-12-03 14:38:47 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-12-03 14:38:47 +0000
commita7c7438ad24fcb4d5edc1fba6fa96a36e0f1b713 (patch)
tree4736b3d19eeed0f26d918eeb994e8be569777e15 /Monster.cpp
parente06ab2415b39fdffe3cc86939b45a464ad4dc541 (diff)
Remove some test/debugging code
Diffstat (limited to 'Monster.cpp')
-rw-r--r--Monster.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Monster.cpp b/Monster.cpp
index d268262..48af20e 100644
--- a/Monster.cpp
+++ b/Monster.cpp
@@ -6,7 +6,6 @@ Monster::Monster() {
}
void Monster::kill() {
- std::cout << "Monster::kill(): Killing monster.\n";
health = 0;
isVisible = false;
}