summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-06 17:30:40 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-06 17:30:40 +0000
commit4c15d1d1dcedb3627e501fb5ddba4ae74281968c (patch)
treede4a44e603d05742b4eaffff75b759e1ac6ff85c /src/being.cpp
parentce849af300a70425b574b724c62dc9f5fce6016b (diff)
downloadmanaserv-4c15d1d1dcedb3627e501fb5ddba4ae74281968c.tar.gz
manaserv-4c15d1d1dcedb3627e501fb5ddba4ae74281968c.tar.bz2
manaserv-4c15d1d1dcedb3627e501fb5ddba4ae74281968c.tar.xz
manaserv-4c15d1d1dcedb3627e501fb5ddba4ae74281968c.zip
Implemented crude handling of being movements.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being.cpp b/src/being.cpp
index c95136af..ae339ad8 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -23,12 +23,6 @@
#include "being.h"
-
-PATH_NODE::PATH_NODE(unsigned short x, unsigned short y):
- x(x), y(y)
-{
-}
-
/**
* Update the internal status.
*/