summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autopara.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-19 22:53:06 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-19 22:53:06 +0200
commit7479f486b671acb2a6aea2c84a56b383aaba00ca (patch)
tree4043545a14234dfaa2d7d08d59c7ee9ee97f0de9 /src/object/auto/autopara.h
parent901f10b2bac18a2063cd21798f22b3917e8519b5 (diff)
parent57d33d79ea570773d84ad81d4a61f50e079979ef (diff)
downloadcolobot-7479f486b671acb2a6aea2c84a56b383aaba00ca.tar.gz
colobot-7479f486b671acb2a6aea2c84a56b383aaba00ca.tar.bz2
colobot-7479f486b671acb2a6aea2c84a56b383aaba00ca.zip
Forgotten fix in dev-graphics
Diffstat (limited to 'src/object/auto/autopara.h')
-rw-r--r--src/object/auto/autopara.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/object/auto/autopara.h b/src/object/auto/autopara.h
index b230fd2..10a33a8 100644
--- a/src/object/auto/autopara.h
+++ b/src/object/auto/autopara.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
@@ -26,7 +27,7 @@
enum AutoParaPhase
{
APAP_WAIT = 1,
- APAP_BLITZ = 2,
+ APAP_LIGHTNING = 2,
APAP_CHARGE = 3,
};
@@ -42,8 +43,8 @@ public:
void Init();
bool EventProcess(const Event &event);
- Error RetError();
- void StartBlitz();
+ Error GetError();
+ void StartLightning();
bool CreateInterface(bool bSelect);
@@ -58,7 +59,7 @@ protected:
float m_progress;
float m_speed;
float m_timeVirus;
- float m_lastParticule;
+ float m_lastParticle;
Math::Vector m_pos;
int m_channelSound;
};