summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionmother.cpp
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-04-27 17:50:30 +0200
committererihel <erihel@gmail.com>2013-04-27 17:50:30 +0200
commit5669053de08bac9726902e96f89aa85b99909399 (patch)
treea72d5cafee0a50e33126f1a17b6581495df0be46 /src/object/motion/motionmother.cpp
parent0ce02b21f40ed8a0086dffe2c4bb01eeff942e58 (diff)
downloadcolobot-5669053de08bac9726902e96f89aa85b99909399.tar.gz
colobot-5669053de08bac9726902e96f89aa85b99909399.tar.bz2
colobot-5669053de08bac9726902e96f89aa85b99909399.zip
Some code refactoring
Changed vehicule (french) to vehicle (english) in enums and variables
Diffstat (limited to 'src/object/motion/motionmother.cpp')
-rw-r--r--src/object/motion/motionmother.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motionmother.cpp b/src/object/motion/motionmother.cpp
index 573a2e4..c01dc66 100644
--- a/src/object/motion/motionmother.cpp
+++ b/src/object/motion/motionmother.cpp
@@ -74,7 +74,7 @@ bool CMotionMother::Create(Math::Vector pos, float angle, ObjectType type,
// Creates main base.
rank = m_engine->CreateObject();
- m_engine->SetObjectType(rank, Gfx::ENG_OBJTYPE_VEHICULE); // this is a moving object
+ m_engine->SetObjectType(rank, Gfx::ENG_OBJTYPE_VEHICLE); // this is a moving object
m_object->SetObjectRank(0, rank);
modelManager->AddModelReference("mother1.mod", false, rank);
m_object->SetPosition(0, pos);