mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
Set maximum saved game file to 998, since 999 is used for as restart state in FF
svn-id: r24927
This commit is contained in:
parent
f54b935500
commit
352549c6e6
@ -39,7 +39,7 @@ int AGOSEngine::countSaveGames() {
|
||||
uint i = 1;
|
||||
bool marks[256];
|
||||
|
||||
char *prefix = genSaveName(999);
|
||||
char *prefix = genSaveName(998);
|
||||
prefix[strlen(prefix)-3] = '\0';
|
||||
_saveFileMan->listSavefiles(prefix, marks, 256);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user