Minor changes.
This commit is contained in:
parent
d9d3d435ec
commit
54da53c5eb
5 changed files with 17 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue