[Scummvm-cvs-logs] SF.net SVN: scummvm:[34426] scummvm/trunk/engines/m4/m4.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Sep 7 23:43:36 CEST 2008
Revision: 34426
http://scummvm.svn.sourceforge.net/scummvm/?rev=34426&view=rev
Author: fingolfin
Date: 2008-09-07 21:43:36 +0000 (Sun, 07 Sep 2008)
Log Message:
-----------
added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;)
Modified Paths:
--------------
scummvm/trunk/engines/m4/m4.cpp
Modified: scummvm/trunk/engines/m4/m4.cpp
===================================================================
--- scummvm/trunk/engines/m4/m4.cpp 2008-09-07 21:38:53 UTC (rev 34425)
+++ scummvm/trunk/engines/m4/m4.cpp 2008-09-07 21:43:36 UTC (rev 34426)
@@ -108,8 +108,8 @@
_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");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list