mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:07:42 +00:00
Update submodules
This commit is contained in:
@@ -130,8 +130,6 @@ void CWorldTransManager::UpdateEnabled(float dt)
|
|||||||
UpdateLights(dt);
|
UpdateLights(dt);
|
||||||
}
|
}
|
||||||
|
|
||||||
static float lastTime = 0.f;
|
|
||||||
|
|
||||||
void CWorldTransManager::UpdateText(float dt)
|
void CWorldTransManager::UpdateText(float dt)
|
||||||
{
|
{
|
||||||
if (x44_28_textDirty)
|
if (x44_28_textDirty)
|
||||||
@@ -156,8 +154,6 @@ void CWorldTransManager::UpdateText(float dt)
|
|||||||
float printed = x8_textData->GetNumCharsPrinted();
|
float printed = x8_textData->GetNumCharsPrinted();
|
||||||
if (printed >= nextSfxInterval)
|
if (printed >= nextSfxInterval)
|
||||||
{
|
{
|
||||||
printf("%f %f %f\n", x0_curTime, x0_curTime - lastTime, printed);
|
|
||||||
lastTime = x0_curTime;
|
|
||||||
x3c_sfxInterval = nextSfxInterval;
|
x3c_sfxInterval = nextSfxInterval;
|
||||||
CSfxManager::SfxStart(1438, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
CSfxManager::SfxStart(1438, 1.f, 0.f, false, 0x7f, false, kInvalidAreaId);
|
||||||
}
|
}
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 055510517d...720f175217
Reference in New Issue
Block a user