mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:09:43 +00:00
Merge branch 'coverity_boolapha' into 'master'
Add a std::noboolalpha to a std::boolalpha See merge request OpenMW/openmw!1036
This commit is contained in:
commit
eda9171dca
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())
|
||||
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)
|
||||
{
|
||||
std::cout << " Moved refnum: " << movedCellRef.mRefNum.mIndex << '\n';
|
||||
|
|
Loading…
Reference in a new issue