SCI: Enabled the "Return to Launcher" feature (needs testing)
svn-id: r51577
This commit is contained in:
parent
83e51b0e92
commit
7207290dc3
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
|
|||
|
||||
bool SciEngine::hasFeature(EngineFeature f) const {
|
||||
return
|
||||
//(f == kSupportsRTL) ||
|
||||
(f == kSupportsRTL) ||
|
||||
(f == kSupportsLoadingDuringRuntime); // ||
|
||||
//(f == kSupportsSavingDuringRuntime);
|
||||
// We can't allow saving through ScummVM menu, because
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue