add missing name entry announcer
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "ThemeManager.h"
|
||||
#include "ScreenRanking.h"
|
||||
#include "Course.h"
|
||||
#include "AnnouncerManager.h"
|
||||
#include <math.h>
|
||||
|
||||
|
||||
@@ -259,6 +260,9 @@ ScreenNameEntry::~ScreenNameEntry()
|
||||
|
||||
void ScreenNameEntry::Update( float fDelta )
|
||||
{
|
||||
if( m_bFirstUpdate )
|
||||
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("name entry") );
|
||||
|
||||
m_fFakeBeat += fDelta * FAKE_BEATS_PER_SEC;
|
||||
GAMESTATE->m_fSongBeat = m_fFakeBeat;
|
||||
Screen::Update(fDelta);
|
||||
|
||||
Reference in New Issue
Block a user