Change "FM-Towns" to "FM-TOWNS" for consistency.
svn-id: r42232
This commit is contained in:
parent
8c65d4d4a9
commit
e35dd4df1c
4 changed files with 7 additions and 7 deletions
|
@ -168,7 +168,7 @@ Common::SeekableReadStream *KyraEngine_v1::openSaveForReading(const char *filena
|
|||
delete in;
|
||||
return 0;
|
||||
} else if ((header.flags & GF_FMTOWNS) && !(_flags.platform == Common::kPlatformFMTowns || _flags.platform == Common::kPlatformPC98)) {
|
||||
warning("Can not load FM-Towns/PC98 savefile for this (non FM-Towns/PC98) gameversion");
|
||||
warning("Can not load FM-TOWNS/PC98 savefile for this (non FM-TOWNS/PC98) gameversion");
|
||||
delete in;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue