mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
SCI: fix regression from r48685 - english got always used for menu entries
svn-id: r48698
This commit is contained in:
parent
c0c351c766
commit
f68dfd61de
@ -187,7 +187,8 @@ void GfxMenu::kernelAddEntry(Common::String title, Common::String content, reg_t
|
||||
break;
|
||||
case '%':
|
||||
// Some multilingual sci01 games use e.g. '--!%G--!' (which doesn't really make sense)
|
||||
tempPos = curPos;
|
||||
separatorCount += 2;
|
||||
curPos++;
|
||||
}
|
||||
curPos++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user