This commit is contained in:
Glenn Maynard
2004-03-25 22:20:40 +00:00
parent 9d7f804e95
commit 0fd9e1f140
4 changed files with 0 additions and 23 deletions
-9
View File
@@ -160,15 +160,6 @@ ScreenJukebox::ScreenJukebox( CString sName, bool bDemonstration ) : ScreenGamep
m_DancingState = STATE_DANCING;
}
ScreenJukebox::~ScreenJukebox()
{
}
void ScreenJukebox::Update( float fDeltaTime )
{
ScreenGameplay::Update( fDeltaTime );
}
void ScreenJukebox::Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI )
{
//LOG->Trace( "ScreenJukebox::Input()" );