forked from teamnwah/openmw-tes3coop
Change a message to upper case spelling
More consistent with other loading messages
This commit is contained in:
parent
26656707dd
commit
7ba399fc92
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ namespace MWWorld
|
||||||
|
|
||||||
if(result.second)
|
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 verts = ESM::Land::LAND_SIZE;
|
||||||
float worldsize = ESM::Land::REAL_SIZE;
|
float worldsize = ESM::Land::REAL_SIZE;
|
||||||
|
|
Loading…
Reference in a new issue