mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
4e01787e09
commit
a13c702d1f
|
@ -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
|
@ -1 +1 @@
|
||||||
Subproject commit 055510517d5b3578e9a8c320b60535eb7f4a04fb
|
Subproject commit 720f175217cb5ebeb987497317f34fa50e9ab55f
|
Loading…
Reference in New Issue