From 8a1e4b1e5f9a321aaa10b120881c52706c48c68a Mon Sep 17 00:00:00 2001 From: krzys-h Date: Thu, 2 May 2013 17:55:53 +0200 Subject: Added button for Destroyer Issue #142 --- src/common/event.h | 1 + src/common/restext.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/event.h b/src/common/event.h index 153b732..b9c6623 100644 --- a/src/common/event.h +++ b/src/common/event.h @@ -396,6 +396,7 @@ enum EventType EVENT_OBJECT_MPOWER = 1024, EVENT_OBJECT_BHELP = 1040, EVENT_OBJECT_BTAKEOFF = 1041, + EVENT_OBJECT_BDESTROY = 1042, EVENT_OBJECT_BDERRICK = 1050, EVENT_OBJECT_BSTATION = 1051, EVENT_OBJECT_BFACTORY = 1052, diff --git a/src/common/restext.cpp b/src/common/restext.cpp index b610d7f..7fdcdbd 100644 --- a/src/common/restext.cpp +++ b/src/common/restext.cpp @@ -295,6 +295,7 @@ void InitializeRestext() stringsEvent[EVENT_OBJECT_MPOWER] = "..power cell"; stringsEvent[EVENT_OBJECT_BHELP] = "Instructions for the mission (\\key help;)"; stringsEvent[EVENT_OBJECT_BTAKEOFF] = "Take off to finish the mission"; + stringsEvent[EVENT_OBJECT_BDESTROY] = "Destroy"; stringsEvent[EVENT_OBJECT_BDERRICK] = "Build a derrick"; stringsEvent[EVENT_OBJECT_BSTATION] = "Build a power station"; stringsEvent[EVENT_OBJECT_BFACTORY] = "Build a bot factory"; -- cgit v1.2.3-1-g7c22