forked from mirror/openmw-tes3mp
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 Subrecord: " << "SCVR";
|
||||
ss << "\n Offset: 0x" << std::hex << esm.getFileOffset();
|
||||
std::cout << ss.str() << std::endl;
|
||||
std::cerr << ss.str() << std::endl;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue