Of course, that also means that 'slot' should be 3 characters, not 2.
svn-id: r29150
This commit is contained in:
parent
44216e2837
commit
6cd700f776
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void SagaEngine::fillSaveList() {
|
|||
int i;
|
||||
Common::InSaveFile *in;
|
||||
Common::StringList filenames;
|
||||
char slot[2];
|
||||
char slot[3];
|
||||
int slotNumber;
|
||||
char *name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue