From 3fea5ef1352ed3cf6a450cdac2b6f24cc8b789ef Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 7 Oct 2023 16:44:43 +0300 Subject: [PATCH 30/30] Correct tab_building::initialize_new_bldg() header It claimed that the method is about tech, while in reality it's about building. See osdn #48768 Signed-off-by: Marko Lindqvist --- tools/ruledit/tab_building.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ruledit/tab_building.cpp b/tools/ruledit/tab_building.cpp index 0361c0fd14..573b75b37a 100644 --- a/tools/ruledit/tab_building.cpp +++ b/tools/ruledit/tab_building.cpp @@ -225,7 +225,7 @@ void tab_building::delete_now() } /************************************************************************** - Initialize new tech for use. + Initialize new building for use. **************************************************************************/ bool tab_building::initialize_new_bldg(struct impr_type *pimpr) { -- 2.40.1