GROOVIE: Fix Fallthrough Warning.
This commit is contained in:
parent
f66ec9fe21
commit
7d04f816cf
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ Common::InSaveFile *SaveLoad::openForLoading(const Common::String &target, int s
|
|||
case 0:
|
||||
break;
|
||||
case 16: // @
|
||||
// fall through intended
|
||||
case 254: // . (generated when pressing space)
|
||||
c = ' ';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue