mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-23 15:40:42 +00:00
Change a message to upper case spelling
More consistent with other loading messages
This commit is contained in:
parent
26656707dd
commit
7ba399fc92
@ -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…
x
Reference in New Issue
Block a user