mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 18:21:54 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
class StringTable;
|
||||
|
||||
DLCGameRulesHeader::DLCGameRulesHeader(const std::wstring& path)
|
||||
DLCGameRulesHeader::DLCGameRulesHeader(const std::string& path)
|
||||
: DLCGameRules(DLCManager::e_DLCType_GameRulesHeader, path) {
|
||||
m_pbData = nullptr;
|
||||
m_dataBytes = 0;
|
||||
|
||||
m_hasData = false;
|
||||
|
||||
m_grfPath = path.substr(0, path.length() - 4) + L".grf";
|
||||
m_grfPath = path.substr(0, path.length() - 4) + ".grf";
|
||||
|
||||
lgo = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user