mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Address feedback
This commit is contained in:
parent
266a0634eb
commit
ac78b537d2
18 changed files with 69 additions and 78 deletions
|
@ -137,8 +137,7 @@ namespace Interpreter
|
|||
{
|
||||
index = runtime[0].mInteger;
|
||||
runtime.pop();
|
||||
std::string_view button = runtime.getStringLiteral(index);
|
||||
buttons.emplace_back(button.begin(), button.end());
|
||||
buttons.emplace_back(runtime.getStringLiteral(index));
|
||||
}
|
||||
|
||||
std::reverse (buttons.begin(), buttons.end());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue