mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
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:
parent
ce619b254e
commit
c16d20c72f
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user