summaryrefslogtreecommitdiff
path: root/src/creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.cpp')
-rw-r--r--src/creature.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/creature.cpp b/src/creature.cpp
index 01882a3..9404ba2 100644
--- a/src/creature.cpp
+++ b/src/creature.cpp
@@ -157,12 +157,3 @@ bool Creature::Action()
return false;
}
-
-Location Creature::getLocation()
-{
- //returns location object of the specific creature
- //Location L(xPosition, yPosition, 1);
- return L;
-}
-
-