2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 15:47:46 +00:00

Implement CStaticAudioPlayer

This commit is contained in:
Jack Andersen
2016-12-13 15:10:17 -10:00
parent 43c8cdf4ae
commit c3bf6ec5cc
10 changed files with 217 additions and 22 deletions

View File

@@ -230,7 +230,7 @@ void CFrontEndUI::HandleDebugMenuReturnValue(CGameDebug::EReturnValue val, CArch
void CFrontEndUI::Draw() const
{
printf("DRAW\n");
//printf("DRAW\n");
}
void CFrontEndUI::UpdateMovies(float dt)
@@ -285,7 +285,7 @@ void CFrontEndUI::TransitionToFive()
CIOWin::EMessageReturn CFrontEndUI::Update(float dt, CArchitectureQueue& queue)
{
printf("UPDATE\n");
//printf("UPDATE\n");
if (xdc_saveUI && x50_curScreen >= EScreen::Three)
{