From 480907259c7824544fe5837a3b9e568243c29b05 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 7 Jul 2018 23:51:20 -0400 Subject: [PATCH] Rename ui_sidebar_menus.command_line field Ref dfhack/df-structures#277 --- library/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Core.cpp b/library/Core.cpp index aa57402f1..479eaea08 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -1786,7 +1786,7 @@ bool Core::Init() if (df::global::ui_sidebar_menus) { vector args; - const string & raw = df::global::ui_sidebar_menus->command_line.raw; + const string & raw = df::global::ui_sidebar_menus->command_line.original; size_t offset = 0; while (offset < raw.size()) {