summaryrefslogtreecommitdiffstats
path: root/src/object/motion
diff options
context:
space:
mode:
authorMichał Konopacki <konopacki.m@gmail.com>2012-08-11 20:59:35 +0200
committerMichał Konopacki <konopacki.m@gmail.com>2012-08-11 20:59:35 +0200
commita9186d19609c61c369d881cdbc40cc8973cf883d (patch)
treef55d4b999b036702780f0aa8b91ddeb1fb23d186 /src/object/motion
parent7b03a6a2acb9c7ddbae663b27be4b223f984cfcd (diff)
downloadcolobot-a9186d19609c61c369d881cdbc40cc8973cf883d.tar.gz
colobot-a9186d19609c61c369d881cdbc40cc8973cf883d.tar.bz2
colobot-a9186d19609c61c369d881cdbc40cc8973cf883d.zip
Changed GivAttrName() to GetAttrName()
Diffstat (limited to 'src/object/motion')
-rw-r--r--src/object/motion/motion.cpp6
-rw-r--r--src/object/motion/motiontoto.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/object/motion/motion.cpp b/src/object/motion/motion.cpp
index e0dffc4..6278627 100644
--- a/src/object/motion/motion.cpp
+++ b/src/object/motion/motion.cpp
@@ -201,7 +201,7 @@ bool CMotion::Read(char *line)
}
-// Gives the linear vibration.
+// Getes the linear vibration.
void CMotion::SetLinVibration(Math::Vector dir)
{
@@ -213,7 +213,7 @@ Math::Vector CMotion::RetLinVibration()
return m_linVibration;
}
-// Gives the circular vibration.
+// Getes the circular vibration.
void CMotion::SetCirVibration(Math::Vector dir)
{
@@ -225,7 +225,7 @@ Math::Vector CMotion::RetCirVibration()
return m_cirVibration;
}
-// Gives the tilt.
+// Getes the tilt.
void CMotion::SetInclinaison(Math::Vector dir)
{
diff --git a/src/object/motion/motiontoto.cpp b/src/object/motion/motiontoto.cpp
index 7654159..6d39b36 100644
--- a/src/object/motion/motiontoto.cpp
+++ b/src/object/motion/motiontoto.cpp
@@ -219,7 +219,7 @@ void CMotionToto::StopDisplayInfo()
m_bQuickPos = true;
}
-// Gives the position of the mouse.
+// Getes the position of the mouse.
void CMotionToto::SetMousePos(Math::Point pos)
{