mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
esmtool works again
This commit is contained in:
parent
8f0ab7d09f
commit
227c7bb55f
@ -4,6 +4,7 @@
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <fstream>
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
@ -284,7 +285,7 @@ void printRaw(ESM::ESMReader &esm)
|
||||
esm.getRecHeader();
|
||||
while(esm.hasMoreSubs())
|
||||
{
|
||||
uint64_t offs = esm.getOffset();
|
||||
size_t offs = esm.getFileOffset();
|
||||
esm.getSubName();
|
||||
esm.skipHSub();
|
||||
n = esm.retSubName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user