summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index d3df77f5..0aa3d456 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -28,6 +28,11 @@ namespace tmwserv
{
+PATH_NODE::PATH_NODE(unsigned short x, unsigned short y):
+ x(x), y(y)
+{
+}
+
/**
* Constructor.
*/