aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/resman.cpp3
1 files changed, 3 insertions, 0 deletions
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");