summaryrefslogtreecommitdiff
path: root/src/creature.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2016-05-02 16:29:28 -0500
committertom <tom@ground-control>2016-05-02 16:29:28 -0500
commiteac63735fb84ba3b59b5fc887d959e1492ef246d (patch)
treef5feb17bb2cf4e909b349c154a74a396e3b7fa97 /src/creature.cpp
parent084d556f831832c1ca15d1e7cd52944815d9beea (diff)
spring cleaning
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;
-}
-
-