From daa2732bee60cf8df24cf606a866b889766f86b0 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 6 May 2011 23:09:53 -0400 Subject: M4: Allow Riddle to be run using the original directory structure Not that the game starts up or anything :P --- engines/m4/m4.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/m4/m4.cpp') diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp index 1a484322fd..e88140cd26 100644 --- a/engines/m4/m4.cpp +++ b/engines/m4/m4.cpp @@ -115,6 +115,7 @@ MadsM4Engine::MadsM4Engine(OSystem *syst, const M4GameDescription *gameDesc) : SearchMan.addSubDirectoryMatching(gameDataDir, "goodstuf"); SearchMan.addSubDirectoryMatching(gameDataDir, "resource"); + SearchMan.addSubDirectoryMatching(gameDataDir, "option1"); DebugMan.addDebugChannel(kDebugScript, "script", "Script debug level"); DebugMan.addDebugChannel(kDebugGraphics, "graphics", "Graphics debug level"); -- cgit v1.2.3