summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionant.h')
-rw-r--r--src/object/motion/motionant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motionant.h b/src/object/motion/motionant.h
index dc969fe..499e18e 100644
--- a/src/object/motion/motionant.h
+++ b/src/object/motion/motionant.h
@@ -59,7 +59,7 @@ public:
~CMotionAnt();
void DeleteObject(bool bAll=false);
- bool Create(D3DVECTOR pos, float angle, ObjectType type, float power);
+ bool Create(Math::Vector pos, float angle, ObjectType type, float power);
bool EventProcess(const Event &event);
protected: