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:
parent
26656707dd
commit
7ba399fc92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue