mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
GUI: fix for 9e92ffe
(missing code line)
(somehow one line went missing when moving that commit to master. It would still work, but much, much less efficiently)
This commit is contained in:
parent
d70d9f3b11
commit
1b64bf837b
@ -119,6 +119,7 @@ String parseGameGUIOptions(const String &str) {
|
||||
c_end = str.size();
|
||||
if (str.substr(ii, c_end - ii).equals((g_gameOptions[i].desc)))
|
||||
res += g_gameOptions[i].option;
|
||||
ii = c_end;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user