From 3035ca2fd3e5457aedb30dfc002c6bb1303fbbf4 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Sat, 3 Oct 2009 22:07:18 +0000 Subject: Let Ctrl-Left click behave like Right lick in Dragon History. Also, started implementing Advanced Engine Features: - pause support - RTL support svn-id: r44575 --- engines/draci/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/draci/detection.cpp') diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index 37e1af6a85..3fe37ead53 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -115,7 +115,8 @@ bool DraciMetaEngine::hasFeature(MetaEngineFeature f) const { } bool Draci::DraciEngine::hasFeature(EngineFeature f) const { - return false; + return (f == kSupportsSubtitleOptions) || + (f == kSupportsRTL); } bool DraciMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { -- cgit v1.2.3