[Scummvm-cvs-logs] SF.net SVN: scummvm:[50479] scummvm/trunk/engines/mohawk/riven.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Tue Jun 29 05:04:08 CEST 2010
Revision: 50479
http://scummvm.svn.sourceforge.net/scummvm/?rev=50479&view=rev
Author: mthreepwood
Date: 2010-06-29 03:04:08 +0000 (Tue, 29 Jun 2010)
Log Message:
-----------
Update comment on CD swapping in Riven.
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/riven.cpp
Modified: scummvm/trunk/engines/mohawk/riven.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven.cpp 2010-06-29 03:00:53 UTC (rev 50478)
+++ scummvm/trunk/engines/mohawk/riven.cpp 2010-06-29 03:04:08 UTC (rev 50479)
@@ -54,7 +54,11 @@
_extrasFile = NULL;
_curStack = aspit;
- // TODO: Add support for CD swapping
+ // NOTE: We can never really support CD swapping. All of the music files
+ // (*_Sounds.mhk) are stored on disc 1. They are copied to the hard drive
+ // during install and used from there. The same goes for the extras.mhk
+ // file. The following directories allow Riven to be played directly
+ // from the DVD.
const Common::FSNode gameDataDir(ConfMan.get("path"));
SearchMan.addSubDirectoryMatching(gameDataDir, "all");
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