From 1ed9641c1146dc342eef7bb4697db1c7af1ccf68 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 3 Oct 2023 07:50:09 +0300 Subject: [PATCH 54/54] Ruledit: Save building's second alt gfx tag See osdn #48749 Signed-off-by: Marko Lindqvist --- tools/ruledit/edit_impr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ruledit/edit_impr.cpp b/tools/ruledit/edit_impr.cpp index fd736a2871..c8b5decf2b 100644 --- a/tools/ruledit/edit_impr.cpp +++ b/tools/ruledit/edit_impr.cpp @@ -147,6 +147,7 @@ void edit_impr::closeEvent(QCloseEvent *cevent) // Save values from text fields. gfx_tag_given(); gfx_tag_alt_given(); + gfx_tag_alt2_given(); sound_tag_given(); sound_tag_alt_given(); -- 2.40.1