DRASCULA: Fix Missing Default Switch Cases

These are flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
D G Turner 2019-10-18 15:46:02 +01:00
parent 7bf7a415f7
commit 75fdc35af4

View File

@ -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