SCUMM: Small formatting fix.
This commit is contained in:
parent
fdcb6a6b1a
commit
10def6a435
2 changed files with 2 additions and 2 deletions
|
@ -764,7 +764,7 @@ bool ScummEngine::loadInfos(Common::SeekableReadStream *file, SaveStateMetaInfos
|
|||
return true;
|
||||
}
|
||||
|
||||
void ScummEngine::saveInfos(Common::WriteStream* file) {
|
||||
void ScummEngine::saveInfos(Common::WriteStream *file) {
|
||||
SaveInfoSection section;
|
||||
section.type = MKTAG('I','N','F','O');
|
||||
section.version = INFOSECTION_VERSION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue