mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Hopefully fix mapinfo on some maps
This commit is contained in:
parent
510b8c6e21
commit
809dd8adf0
|
@ -1174,7 +1174,8 @@ void CSqlScore::FuzzyString(char *pString)
|
|||
break;
|
||||
|
||||
newString[pos++] = pString[i];
|
||||
newString[pos++] = '%';
|
||||
if (pString[i] != '\\')
|
||||
newString[pos++] = '%';
|
||||
}
|
||||
|
||||
newString[pos] = '\0';
|
||||
|
|
Loading…
Reference in a new issue