diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-06 17:30:40 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-06 17:30:40 +0000 |
commit | 4c15d1d1dcedb3627e501fb5ddba4ae74281968c (patch) | |
tree | de4a44e603d05742b4eaffff75b759e1ac6ff85c /src/being.cpp | |
parent | ce849af300a70425b574b724c62dc9f5fce6016b (diff) | |
download | manaserv-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.cpp | 6 |
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. */ |