Rename ui_sidebar_menus.command_line field

Ref dfhack/df-structures#277
develop
lethosor 2018-07-07 23:51:20 -04:00
parent 03b01048d7
commit 480907259c
1 changed files with 1 additions and 1 deletions

@ -1786,7 +1786,7 @@ bool Core::Init()
if (df::global::ui_sidebar_menus)
{
vector<string> 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())
{