summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionspider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionspider.h')
-rw-r--r--src/object/motion/motionspider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motionspider.h b/src/object/motion/motionspider.h
index 6f18e07..3c6fa17 100644
--- a/src/object/motion/motionspider.h
+++ b/src/object/motion/motionspider.h
@@ -58,7 +58,7 @@ public:
~CMotionSpider();
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: