Whoa! Removing trailing spaces.
svn-id: r35648
This commit is contained in:
parent
05d3633eb3
commit
696897b058
385 changed files with 2639 additions and 2639 deletions
|
@ -64,7 +64,7 @@ KyraEngine_v1::kReadSaveHeaderError KyraEngine_v1::readSaveHeader(Common::Seekab
|
|||
in->seek(0, SEEK_SET);
|
||||
in->read(descriptionBuffer, descriptionSize[i]);
|
||||
descriptionBuffer[descriptionSize[i]] = 0;
|
||||
|
||||
|
||||
type = in->readUint32BE();
|
||||
header.version = in->readUint16LE();
|
||||
if (type == MKID_BE('MBL3') && header.version == 100) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue