From 513e1d4eb9625579c1f3437df8f52144f7f2bc82 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 7 Oct 2023 16:40:34 +0300 Subject: [PATCH 60/60] 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 460914baf7..49290f97f1 100644 --- a/tools/ruledit/tab_building.cpp +++ b/tools/ruledit/tab_building.cpp @@ -226,7 +226,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