m_sName for ScreenAttract::StartScreen

This commit is contained in:
Glenn Maynard
2005-03-17 07:23:59 +00:00
parent c45e197858
commit 008cae2479
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ void ScreenJukebox::Input( const DeviceInput& DeviceI, const InputEventType type
}
}
ScreenAttract::AttractInput( DeviceI, type, GameI, MenuI, StyleI, m_Out.IsTransitioning() );
ScreenAttract::AttractInput( DeviceI, type, GameI, MenuI, StyleI, m_Out.IsTransitioning(), m_sName );
}
void ScreenJukebox::HandleScreenMessage( const ScreenMessage SM )