Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
svn-id: r34315
This commit is contained in:
parent
5c72c2fca7
commit
57e724bfc3
12 changed files with 63 additions and 35 deletions
|
@ -50,7 +50,7 @@ bool DrasculaEngine::saveLoadScreen() {
|
|||
}
|
||||
}
|
||||
for (n = 0; n < NUM_SAVES; n++)
|
||||
sav->readLine(names[n], 23);
|
||||
sav->readLine_OLD(names[n], 23);
|
||||
delete sav;
|
||||
|
||||
loadPic("savescr.alg", bgSurface, HALF_PAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue