summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoresearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoresearch.h')
-rw-r--r--src/object/auto/autoresearch.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/object/auto/autoresearch.h b/src/object/auto/autoresearch.h
index b60f4bd..a838e64 100644
--- a/src/object/auto/autoresearch.h
+++ b/src/object/auto/autoresearch.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 CreateInterface(bool bSelect);
@@ -51,9 +52,9 @@ public:
protected:
void UpdateInterface();
void UpdateInterface(float rTime);
- void OkayButton(CWindow *pw, EventMsg event);
- bool TestResearch(EventMsg event);
- void SetResearch(EventMsg event);
+ void OkayButton(Ui::CWindow *pw, EventType event);
+ bool TestResearch(EventType event);
+ void SetResearch(EventType event);
void FireStopUpdate(float progress, bool bLightOn);
protected:
@@ -62,8 +63,8 @@ protected:
float m_speed;
float m_timeVirus;
float m_lastUpdateTime;
- float m_lastParticule;
- EventMsg m_research;
+ float m_lastParticle;
+ EventType m_research;
int m_partiStop[6];
int m_channelSound;
};