Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovahlord committed Oct 10, 2023
1 parent 17f5be5 commit a1e5045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tools/vmap4_extractor/mpqfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef MPQ_H
#define MPQ_H

#include "StormLib.h"
#include "Define.h"

#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion src/tools/vmap4_extractor/wmo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <cstdio>
#include <cstdlib>

WMORoot::WMORoot(std::string const& filename)
WMORoot::WMORoot(std::string const& filename)
: filename(filename), color(0), nTextures(0), nGroups(0), nPortals(0), nLights(0),
nDoodadNames(0), nDoodadDefs(0), nDoodadSets(0), RootWMOID(0), flags(0)
{
Expand Down

0 comments on commit a1e5045

Please sign in to comment.