mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 11:06:58 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -60,7 +60,7 @@ HRESULT CXuiSceneInventoryCreative::OnInit( XUIMessageInit *pInitData, BOOL &bHa
|
||||
initData->player->awardStat(GenericStats::openInventory(), GenericStats::param_noArgs());
|
||||
|
||||
// 4J JEV - Item Picker Menu
|
||||
shared_ptr<SimpleContainer> creativeContainer = shared_ptr<SimpleContainer>(new SimpleContainer( 0, TabSpec::MAX_SIZE + 9 ));
|
||||
std::shared_ptr<SimpleContainer> creativeContainer = std::shared_ptr<SimpleContainer>(new SimpleContainer( 0, TabSpec::MAX_SIZE + 9 ));
|
||||
itemPickerMenu = new ItemPickerMenu(creativeContainer, initData->player->inventory);
|
||||
|
||||
// 4J JEV - InitDataAssociations.
|
||||
@@ -176,7 +176,7 @@ void CXuiSceneInventoryCreative::updateTabHighlightAndText(ECreativeInventoryTab
|
||||
}
|
||||
|
||||
m_hTabGroupA[tab].SetShow(TRUE);
|
||||
wstring wsText=app.GetString(specs[tab]->m_descriptionId);
|
||||
std::wstring wsText=app.GetString(specs[tab]->m_descriptionId);
|
||||
m_GroupDescription.SetText(wsText.c_str());
|
||||
m_GroupDescription.SetShow(TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user