From c16d20c72fd7f4ff801e1421488d3a41a6a6a4a6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 11 Nov 2003 15:16:41 +0000 Subject: 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 --- sword2/resman.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sword2/resman.cpp') diff --git a/sword2/resman.cpp b/sword2/resman.cpp index 62eac3c7fd..db2a069753 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -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"); -- cgit v1.2.3