mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 11:07:43 +00:00
Integrate Amuse into hecl cook/extract for MP1/2
This commit is contained in:
@@ -189,12 +189,12 @@ void CHudMissileInterface::Update(float dt, const CStateManager& mgr)
|
||||
|
||||
if (x44_latestStatus == EInventoryStatus::Normal && curStatus == EInventoryStatus::Warning)
|
||||
{
|
||||
CSfxManager::SfxStart(1397, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_missile_warning, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
x48_missileWarningPulse = g_tweakGui->GetMissileWarningPulseTime();
|
||||
}
|
||||
else if (curStatus == EInventoryStatus::Depleted)
|
||||
{
|
||||
CSfxManager::SfxStart(1397, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
CSfxManager::SfxStart(SFXui_missile_warning, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||
x48_missileWarningPulse = g_tweakGui->GetMissileWarningPulseTime();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user