diff options
Diffstat (limited to 'Creature.cpp')
-rw-r--r-- | Creature.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Creature.cpp b/Creature.cpp index b63bf6d..3070ef7 100644 --- a/Creature.cpp +++ b/Creature.cpp @@ -2,7 +2,6 @@ #include "Creature.h" Creature::Creature() { - std::cout << "Creature::Creature(): Creature created.\n"; xVel = 0; yVel = GRAVITY; } |