Slight refinement to the last patch. There are four different possibilities

for which CD to look for: 0 (both CDs - not used?), 1, 2 and 3 (not used?)

svn-id: r11263
This commit is contained in:
Torbjörn Andersson 2003-11-11 15:16:41 +00:00
parent ce619b254e
commit c16d20c72f

View File

@ -744,6 +744,9 @@ void ResourceManager::printConsoleClusters(void) {
case CD2:
Debug_Printf("CD 2\n");
break;
default:
Debug_Printf("CD 3? Huh?!\n");
break;
}
} else
Debug_Printf("HD\n");