aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.cpp')
-rw-r--r--engines/kyra/screen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp
index 97ad4b5a83..78dd4fd020 100644
--- a/engines/kyra/screen.cpp
+++ b/engines/kyra/screen.cpp
@@ -2746,7 +2746,6 @@ void Screen::loadBitmap(const char *filename, int tempPage, int dstPage, uint8 *
break;
default:
error("Unhandled bitmap compression %d", compType);
- break;
}
if (_vm->gameFlags().platform == Common::kPlatformAmiga) {
@@ -2983,7 +2982,6 @@ int SJIStoFMTChunk(int f, int s) { // copied from scumm\charset.cpp
break;
default:
debug(4, "Invalid Char! f %x s %x base %x c %d p %d", f, s, base, c, p);
- return 0;
}
debug(6, "Kanji: %c%c f 0x%x s 0x%x base 0x%x c %d p %d chunk %d cr %d index %d", f, s, f, s, base, c, p, chunk, cr, ((chunk_f + chunk) * 32 + (s - base)) + cr);