Made workshop work again, fixed #10

This commit is contained in:
M4x1m3
2019-11-10 09:42:44 +01:00
parent 2925fb2c4b
commit dc3a38969a

View File

@@ -69,14 +69,14 @@ private:
constexpr static uint32_t Magic = 0xDEC00DF0;
uint32_t m_header;
const char m_version[8];
const char m_customVersion[16];
#ifdef USERNAME
const char m_username[16];
#endif
const char m_patchLevel[8];
void * m_storageAddress;
size_t m_storageSize;
uint32_t m_footer;
const char m_customVersion[16];
#ifdef USERNAME
const char m_username[16];
#endif
};
constexpr PlatformInfo HEADER_SECTION platform_infos;