Remove excess spaces.
svn-id: r44030
This commit is contained in:
parent
122ff32d75
commit
8d2482813a
6 changed files with 11 additions and 11 deletions
|
@ -354,7 +354,7 @@ restart:
|
|||
goto restart;
|
||||
|
||||
if (slot < 0)
|
||||
slot = numSaveGames;
|
||||
slot = numSaveGames;
|
||||
|
||||
if (!saveGame(slot, name))
|
||||
fileError(_windowArray[4], true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue