1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 18:15:35 +00:00

Change a message to upper case spelling

More consistent with other loading messages
This commit is contained in:
scrawl 2015-07-27 23:19:35 +02:00
parent 26656707dd
commit 7ba399fc92

View file

@ -233,7 +233,7 @@ namespace MWWorld
if(result.second)
{
std::cout << "loading cell " << cell->getCell()->getDescription() << std::endl;
std::cout << "Loading cell " << cell->getCell()->getDescription() << std::endl;
float verts = ESM::Land::LAND_SIZE;
float worldsize = ESM::Land::REAL_SIZE;