From 30670deb2c4650467bfa697f14d8eb0708689468 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 14 Nov 2003 07:41:22 +0000 Subject: cleanup svn-id: r11290 --- sword2/resman.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sword2/resman.cpp') 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; -- cgit v1.2.3