aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2010-06-29 03:04:08 +0000
committerMatthew Hoops2010-06-29 03:04:08 +0000
commit48a107b821c21867a3627ac0cb2d072041ddcc56 (patch)
tree6eb272cdc4da40caa10257fec1a65ce4b49fddfa /engines/mohawk
parent146cc7cb3c3d00ce3d235c877d8e9e1e19434d9d (diff)
downloadscummvm-rg350-48a107b821c21867a3627ac0cb2d072041ddcc56.tar.gz
scummvm-rg350-48a107b821c21867a3627ac0cb2d072041ddcc56.tar.bz2
scummvm-rg350-48a107b821c21867a3627ac0cb2d072041ddcc56.zip
Update comment on CD swapping in Riven.
svn-id: r50479
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/riven.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index 82be6b291b..81e33d6513 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -54,7 +54,11 @@ MohawkEngine_Riven::MohawkEngine_Riven(OSystem *syst, const MohawkGameDescriptio
_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");