mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Add yaml-like separator between cell refs
To be able to separate records visually.
This commit is contained in:
parent
cd9fb2adad
commit
f90c4ae22f
@ -244,7 +244,7 @@ void loadCell(ESM::Cell &cell, ESM::ESMReader &esm, Arguments& info)
|
||||
|
||||
if(quiet) continue;
|
||||
|
||||
std::cout << " Refnum: " << ref.mRefNum.mIndex << '\n';
|
||||
std::cout << " - Refnum: " << ref.mRefNum.mIndex << '\n';
|
||||
std::cout << " ID: " << ref.mRefID << '\n';
|
||||
std::cout << " Position: (" << ref.mPos.pos[0] << ", " << ref.mPos.pos[1] << ", " << ref.mPos.pos[2] << ")\n";
|
||||
if (ref.mScale != 1.f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user