mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix difficulty level displayed (Normal instead of ormal).
This commit is contained in:
@@ -1512,10 +1512,11 @@ void MapSel::printFlags()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
std::string MapSel::gdiff(std::string ss)
|
||||
{
|
||||
std::string ret;
|
||||
for (int i=2;i<ss.length();i++)
|
||||
for (int i=1;i<ss.length();i++)
|
||||
{
|
||||
if (ss[i]==' ')
|
||||
break;
|
||||
|
Reference in New Issue
Block a user