mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
DRASCULA: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
7bf7a415f7
commit
75fdc35af4
@ -236,6 +236,7 @@ void DrasculaEngine::print_abc(const char *said, int screenX, int screenY) {
|
||||
|
||||
switch (_charMap[i].charType) {
|
||||
case 0: // letters
|
||||
default:
|
||||
letterY = (_lang == kSpanish) ? 149 : 158;
|
||||
break;
|
||||
case 1: // signs
|
||||
|
Loading…
x
Reference in New Issue
Block a user