summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionworm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionworm.h')
-rw-r--r--src/object/motion/motionworm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motionworm.h b/src/object/motion/motionworm.h
index 6dca520..687435e 100644
--- a/src/object/motion/motionworm.h
+++ b/src/object/motion/motionworm.h
@@ -40,7 +40,7 @@ public:
~CMotionWorm();
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);
bool SetParam(int rank, float value);