mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
minor correction to previous commit
This commit is contained in:
parent
c43bd3c345
commit
ee3acc31a8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void Script::load(ESMReader &esm)
|
||||||
ss << "\n Record: " << esm.getContext().recName.toString();
|
ss << "\n Record: " << esm.getContext().recName.toString();
|
||||||
ss << "\n Subrecord: " << "SCVR";
|
ss << "\n Subrecord: " << "SCVR";
|
||||||
ss << "\n Offset: 0x" << std::hex << esm.getFileOffset();
|
ss << "\n Offset: 0x" << std::hex << esm.getFileOffset();
|
||||||
std::cout << ss.str() << std::endl;
|
std::cerr << ss.str() << std::endl;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue