mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 13:19:40 +00:00
Remove "loading cell" message
This spams the log too much, in particular when loading a savegame.
This commit is contained in:
parent
653ddd3f25
commit
e3f1cb8305
2 changed files with 2 additions and 2 deletions
|
@ -407,8 +407,6 @@ namespace MWWorld
|
||||||
if (mState==State_Preloaded)
|
if (mState==State_Preloaded)
|
||||||
mIds.clear();
|
mIds.clear();
|
||||||
|
|
||||||
std::cout << "loading cell " << mCell->getDescription() << std::endl;
|
|
||||||
|
|
||||||
loadRefs (store, esm);
|
loadRefs (store, esm);
|
||||||
|
|
||||||
mState = State_Loaded;
|
mState = State_Loaded;
|
||||||
|
|
|
@ -219,6 +219,8 @@ namespace MWWorld
|
||||||
|
|
||||||
if(result.second)
|
if(result.second)
|
||||||
{
|
{
|
||||||
|
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