summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-15 01:29:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-15 01:29:44 +0000
commit192f17745eb2c3bba18b066f2d01ca771b3cd4d8 (patch)
tree25036d17c8e3f74e773b5945c4d2ffe4e1754646 /src/being.cpp
parent1f16b39012eb2086f9a49d56884c5c31889b4142 (diff)
downloadmana-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.gz
mana-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.bz2
mana-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.xz
mana-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.zip
Small compile fix when compiling OpenGL in Dev-C++, and host
tmw-cvs.DevPak at SF now.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
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();