Minor changes.

This commit is contained in:
Dmitry 2019-07-28 23:21:24 +03:00 committed by jeefo
commit 54da53c5eb
5 changed files with 17 additions and 11 deletions

View file

@ -1310,7 +1310,7 @@ bool BotGraph::convertOldFormat () {
if (header.fileVersion != StorageVersion::Podbot) {
return false;
}
else if (!!stricmp (header.mapName, map)) {
else if (!plat.caseStrMatch (header.mapName, map)) {
return false;
}
else {