From ec8dac5540d87925525523eb1715abc1ec271261 Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Sat, 16 Aug 2008 02:53:16 +0000 Subject: Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it svn-id: r33921 --- engines/sword1/sword1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sword1/sword1.cpp') diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp index c20f1c1422..e6dc385d8b 100644 --- a/engines/sword1/sword1.cpp +++ b/engines/sword1/sword1.cpp @@ -106,6 +106,7 @@ public: bool SwordMetaEngine::hasFeature(MetaEngineFeature f) const { return + (f == kSupportsRTL) || (f == kSupportsListSaves) || (f == kSupportsDirectLoad); } -- cgit v1.2.3