GROOVIE: Fix Spaces in Savegame Naming.

This patch was originally from bug Trac #6276 and was submitted by
bluegr.
This commit is contained in:
D G Turner 2018-11-03 17:46:57 +00:00 committed by David Turner
parent 63f0d47b99
commit f66ec9fe21
2 changed files with 4 additions and 1 deletions

View file

@ -128,6 +128,7 @@ Common::InSaveFile *SaveLoad::openForLoading(const Common::String &target, int s
case 0:
break;
case 16: // @
case 254: // . (generated when pressing space)
c = ' ';
break;
case 244: // $