mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-08 17:11:34 +00:00
Add a std::noboolalpha to a std::boolalpha
This commit is contained in:
parent
c264c307a4
commit
5e3f000b66
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void loadCell(ESM::Cell &cell, ESM::ESMReader &esm, Arguments& info)
|
||||||
if (!ref.mDestCell.empty())
|
if (!ref.mDestCell.empty())
|
||||||
std::cout << " Destination cell: " << ref.mDestCell << '\n';
|
std::cout << " Destination cell: " << ref.mDestCell << '\n';
|
||||||
}
|
}
|
||||||
std::cout << " Moved: " << std::boolalpha << moved << '\n';
|
std::cout << " Moved: " << std::boolalpha << moved << std::noboolalpha << '\n';
|
||||||
if (moved)
|
if (moved)
|
||||||
{
|
{
|
||||||
std::cout << " Moved refnum: " << movedCellRef.mRefNum.mIndex << '\n';
|
std::cout << " Moved refnum: " << movedCellRef.mRefNum.mIndex << '\n';
|
||||||
|
|
Loading…
Reference in a new issue