mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
CREATE_PROJECT: Fixed typo
This commit is contained in:
parent
59dd072f63
commit
bc2e7707f1
@ -636,7 +636,7 @@ bool setEngineBuildState(const std::string &name, EngineDescList &engines, bool
|
||||
if (engine != engines.end()) {
|
||||
engine->enable = enable;
|
||||
|
||||
// When we disable an einge, we also need to disable all the sub engines.
|
||||
// When we disable an engine, we also need to disable all the sub engines.
|
||||
if (!enable && !engine->subEngines.empty()) {
|
||||
for (StringList::const_iterator j = engine->subEngines.begin(); j != engine->subEngines.end(); ++j) {
|
||||
EngineDescList::iterator subEngine = std::find(engines.begin(), engines.end(), *j);
|
||||
|
Loading…
x
Reference in New Issue
Block a user