summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autonest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autonest.h')
-rw-r--r--src/object/auto/autonest.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/object/auto/autonest.h b/src/object/auto/autonest.h
index 612551d..1009457 100644
--- a/src/object/auto/autonest.h
+++ b/src/object/auto/autonest.h
@@ -1,5 +1,6 @@
// * This file is part of the COLOBOT source code
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
+// * Copyright (C) 2012, Polish Portal of Colobot (PPC)
// *
// * This program is free software: you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
@@ -41,7 +42,7 @@ public:
void Init();
bool EventProcess(const Event &event);
- Error RetError();
+ Error GetError();
bool Write(char *line);
bool Read(char *line);
@@ -55,7 +56,7 @@ protected:
AutoNestPhase m_phase;
float m_progress;
float m_speed;
- float m_lastParticule;
- Math::Vector m_fretPos;
+ float m_lastParticle;
+ Math::Vector m_fretPos;
};