GROOVIE: Fix Fallthrough Warning.

This commit is contained in:
D G Turner 2018-11-03 17:49:09 +00:00 committed by David Turner
parent f66ec9fe21
commit 7d04f816cf

View file

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