diff options
author | Nicola Mettifogo | 2007-12-10 20:32:06 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-12-10 20:32:06 +0000 |
commit | 15d7ff3c6b99d0118087254bb44042df152c2c70 (patch) | |
tree | ddbe31328fc314475fd882822592bfe88b281cd9 /engines/parallaction | |
parent | 0b0ec8ee00c6fb7b4c0ce2f19f0865704f5a5b4a (diff) | |
download | scummvm-rg350-15d7ff3c6b99d0118087254bb44042df152c2c70.tar.gz scummvm-rg350-15d7ff3c6b99d0118087254bb44042df152c2c70.tar.bz2 scummvm-rg350-15d7ff3c6b99d0118087254bb44042df152c2c70.zip |
Added 90 extra save slots for Nippon Safes.
svn-id: r29821
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/saveload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/saveload.cpp b/engines/parallaction/saveload.cpp index 2489f10447..031481a4cc 100644 --- a/engines/parallaction/saveload.cpp +++ b/engines/parallaction/saveload.cpp @@ -43,7 +43,7 @@ * itself, thus breaking compatibility with the original version. Who cares anyway? */ -#define NUM_SAVESLOTS 10 +#define NUM_SAVESLOTS 100 #define SPECIAL_SAVESLOT 999 namespace Parallaction { |