mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
MOHAWK: MYST: Add tooltip description to CD-ROM simulation feature
This commit is contained in:
parent
b22c981e4d
commit
c324a8d679
@ -136,7 +136,8 @@ MystOptionsWidget::MystOptionsWidget(GuiObject *boss, const Common::String &name
|
||||
_("Allow solving Selenitic Age audio puzzles with more error margin."));
|
||||
}
|
||||
|
||||
_addCdromDelayCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.CdromDelay", _("Simulate loading times of old CD drives"));
|
||||
_addCdromDelayCheckbox = new GUI::CheckboxWidget(widgetsBoss(), "MystGameOptionsDialog.CdromDelay", _("Simulate loading times of old CD drives"),
|
||||
_("Simulate loading times of old CD-ROM drives by adding a random delay during scene transitions."));
|
||||
|
||||
if (isInGame()) {
|
||||
MohawkEngine_Myst *vm = static_cast<MohawkEngine_Myst *>(g_engine);
|
||||
|
Loading…
x
Reference in New Issue
Block a user