summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoradar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoradar.h')
-rw-r--r--src/object/auto/autoradar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/object/auto/autoradar.h b/src/object/auto/autoradar.h
index 8b38ff9..e2c9df5 100644
--- a/src/object/auto/autoradar.h
+++ b/src/object/auto/autoradar.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
@@ -44,7 +45,7 @@ public:
void Init();
bool EventProcess(const Event &event);
bool CreateInterface(bool bSelect);
- Error RetError();
+ Error GetError();
protected:
void UpdateInterface();
@@ -56,7 +57,7 @@ protected:
float m_speed;
float m_aTime;
float m_timeVirus;
- float m_lastParticule;
+ float m_lastParticle;
float m_angle;
float m_start;
int m_totalDetect;