Of course, that also means that 'slot' should be 3 characters, not 2.

svn-id: r29150
This commit is contained in:
Torbjörn Andersson 2007-09-30 14:32:21 +00:00
parent 44216e2837
commit 6cd700f776

View file

@ -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;