summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autolabo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autolabo.h')
-rw-r--r--src/object/auto/autolabo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/auto/autolabo.h b/src/object/auto/autolabo.h
index b61e8e3..b3b08bb 100644
--- a/src/object/auto/autolabo.h
+++ b/src/object/auto/autolabo.h
@@ -47,6 +47,7 @@ public:
void DeleteObject(bool bAll=false);
void Init();
+ Error StartAction(int param);
bool EventProcess(const Event &event);
Error GetError();
@@ -68,7 +69,7 @@ protected:
float m_speed;
float m_timeVirus;
float m_lastParticle;
- EventType m_research;
+ ResearchType m_research;
int m_partiRank[3];
int m_partiSphere;
int m_soundChannel;