diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index 422f8d83..6e026a6b 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -140,6 +140,7 @@ void Being::clearPath() { path = NULL; } + void Being::setPath(PATH_NODE *path) { clearPath(); |