mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Further loss improvements.
This commit is contained in:
@ -367,7 +367,7 @@ void CGeneralTextHandler::load()
|
||||
{
|
||||
loadToIt(tmp, strc, itr, 3);
|
||||
colors.push_back(tmp);
|
||||
toupper(tmp[0]);
|
||||
tmp[0] = toupper(tmp[0]);
|
||||
capColors.push_back(tmp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user