aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-11-14 07:41:22 +0000
committerTorbjörn Andersson2003-11-14 07:41:22 +0000
commit30670deb2c4650467bfa697f14d8eb0708689468 (patch)
treef0017b42a1a7a72ec995b699673d482aaa24dff1 /sword2/resman.cpp
parent7b9575678d7b68629d3c3046a7bfce4f4a7e7219 (diff)
downloadscummvm-rg350-30670deb2c4650467bfa697f14d8eb0708689468.tar.gz
scummvm-rg350-30670deb2c4650467bfa697f14d8eb0708689468.tar.bz2
scummvm-rg350-30670deb2c4650467bfa697f14d8eb0708689468.zip
cleanup
svn-id: r11290
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index cc815dae66..0ecfcc1e78 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -972,6 +972,12 @@ void ResourceManager::getCd(int cd) {
// CD had been inserted, but our backend doesn't support that, and
// anyway I don't know if all systems allow that sort of thing. So we
// wait for the user to press any key instead, or click the mouse.
+ //
+ // But just in case we ever try to identify the CDs by their labels,
+ // they should be:
+ //
+ // CD1: "RBSII1" (or "PCF76" for the PCF76 version, whatever that is)
+ // CD2: "RBSII2"
while (1) {
_keyboardEvent ke;