diff options
| -rw-r--r-- | engines/m4/m4.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp index b2c0eda1ce..e49d33acb0 100644 --- a/engines/m4/m4.cpp +++ b/engines/m4/m4.cpp @@ -108,8 +108,8 @@ M4Engine::M4Engine(OSystem *syst, const M4GameDescription *gameDesc) :  	_vm = this;  	Common::File::addDefaultDirectory(_gameDataPath); -	Common::File::addDefaultDirectory("goodstuf"); -	Common::File::addDefaultDirectory("resource"); +	Common::File::addDefaultDirectory("goodstuf");	// FIXME: This is nonsense +	Common::File::addDefaultDirectory("resource");	// FIXME: This is nonsense  	Common::addSpecialDebugLevel(kDebugScript, "script", "Script debug level");  	Common::addSpecialDebugLevel(kDebugConversations, "conversations", "Conversations debugging"); | 
