summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autodestroyer.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-02 17:55:53 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-02 17:55:53 +0200
commit8a1e4b1e5f9a321aaa10b120881c52706c48c68a (patch)
treefffc79ba27152598a9369fa574ca847176c434cf /src/object/auto/autodestroyer.h
parent4dde10e9a58af33a64bc0292e4a8ad07fd38cd90 (diff)
downloadcolobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.tar.gz
colobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.tar.bz2
colobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.zip
Added button for Destroyer
Issue #142
Diffstat (limited to 'src/object/auto/autodestroyer.h')
-rw-r--r--src/object/auto/autodestroyer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/auto/autodestroyer.h b/src/object/auto/autodestroyer.h
index 26981c3..4ab1118 100644
--- a/src/object/auto/autodestroyer.h
+++ b/src/object/auto/autodestroyer.h
@@ -53,7 +53,7 @@ public:
protected:
CObject* SearchPlastic();
- bool SearchVehicle();
+ void EnableInterface(Ui::CWindow *pw, EventType event, bool bState);
protected:
AutoDestroyerPhase m_phase;