mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 07:25:23 +00:00
More refactoring, decouple tweaks from hecl
This commit is contained in:
@@ -30,7 +30,7 @@ CSlideShow::CSlideShow() : CIOWin("SlideShow"), x130_(g_tweakSlideShow->GetX54()
|
||||
|
||||
xf8_stickTextures.reserve(18);
|
||||
x108_buttonTextures.reserve(8);
|
||||
SObjectTag txtrTag(FOURCC('TXTR'), 0);
|
||||
SObjectTag txtrTag(FOURCC('TXTR'), CAssetId());
|
||||
for (const auto& lStickId : g_tweakPlayerRes->x24_lStick) {
|
||||
txtrTag.id = lStickId;
|
||||
xf8_stickTextures.emplace_back(g_SimplePool->GetObj(txtrTag));
|
||||
|
||||
Reference in New Issue
Block a user