3 | | The number 0 is the dedicated key for quick game save. |
4 | | It does not allow to save data quickly using the 0 key (in no game), message "Failed to save file game:" |
| 3 | The number 0 is the dedicated key to load the game data quickly. |
| 4 | The data is saved in files .s00, s01, s02... and so on. Each one belongs to a number in the Save game list. |
| 5 | The problem is that the only one it recognizes is the .s10 file. |
| 6 | I think this function should recognize the most recent save file. |
| 7 | |
| 8 | The error appears if: |
| 9 | -Save the data, of some game in slot 1 or 2. |
| 10 | -Close and open the game, press the key number 0. |
| 11 | -Will display a message: Failed to load game from file. |
| 12 | |
| 13 | The error will not appear if: |
| 14 | -Save the data, of some game in slot 10. |
| 15 | -Close and open the game, press the key number 0. |
| 16 | -The game will load without any problem. |