mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
Windows fixes
This commit is contained in:
@@ -683,7 +683,7 @@ void CMain::Init(const hecl::Runtime::FileStoreManager& storeMgr, hecl::CVarMana
|
||||
if (layerStr[0] == _SYS_STR('0') || layerStr[0] == _SYS_STR('1'))
|
||||
for (const auto* cur = layerStr; *cur != _SYS_STR('\0'); ++cur)
|
||||
if (*cur == _SYS_STR('1'))
|
||||
m_warpLayerBits |= 1 << (cur - layerStr);
|
||||
m_warpLayerBits |= u64(1) << (cur - layerStr);
|
||||
}
|
||||
|
||||
SetFlowState(EFlowState::StateSetter);
|
||||
|
||||
Reference in New Issue
Block a user