refactor(Core/Tools): remove ACE from tools (#3351)
This commit is contained in:
parent
7694c99edb
commit
4dd9b92759
35 changed files with 465 additions and 229 deletions
|
|
@ -473,7 +473,7 @@ WMOGroup::~WMOGroup()
|
|||
}
|
||||
|
||||
WMOInstance::WMOInstance(MPQFile& f, char const* WmoInstName, uint32 mapID, uint32 tileX, uint32 tileY, FILE* pDirfile)
|
||||
: currx(0), curry(0), wmo(NULL), doodadset(0), pos(), indx(0), id(0), d2(0), d3(0)
|
||||
: currx(0), curry(0), wmo(nullptr), doodadset(0), pos(), indx(0), id(0), d2(0), d3(0)
|
||||
{
|
||||
float ff[3];
|
||||
f.read(&id, 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue