diff --git a/include/vpktool/VPK.h b/include/vpktool/VPK.h index 7b988319..e50ecf44 100644 --- a/include/vpktool/VPK.h +++ b/include/vpktool/VPK.h @@ -99,7 +99,6 @@ struct VPK { explicit operator bool() const; bool operator!() const; - bool isValid = true; bool isDirVPK = false; unsigned int headerSize = 0; /// Gets the filename. @@ -132,6 +131,7 @@ struct VPK { std::vector archiveMD5Entries; private: FileInputStream reader; + bool isValid = true; }; } // namespace vpktool