Remove excess spaces.

svn-id: r44030
This commit is contained in:
Travis Howell 2009-09-11 10:22:32 +00:00
parent 122ff32d75
commit 8d2482813a
6 changed files with 11 additions and 11 deletions

View file

@ -354,7 +354,7 @@ restart:
goto restart;
if (slot < 0)
slot = numSaveGames;
slot = numSaveGames;
if (!saveGame(slot, name))
fileError(_windowArray[4], true);