1
0
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:
Michał W. Urbańczyk
2010-02-01 19:19:42 +00:00
parent f5a719c2da
commit 172b3b0158
3 changed files with 16 additions and 3 deletions

View File

@ -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);
}