repositioned MenuElements "play sound on first update" hack inside of Transition where it belongs

This commit is contained in:
Chris Danford
2003-04-13 06:29:02 +00:00
parent 82199383a8
commit 85c9e8a89e
10 changed files with 44 additions and 22 deletions
+2
View File
@@ -332,6 +332,8 @@ void ScreenManager::Update( float fDeltaTime )
else
pScreen->Update( fDeltaTime );
// TODO: If a new Screen is set during this Update, that new screen is Drawn
// before it's first Update.
m_SystemLayer->Update( fDeltaTime );
EmptyDeleteQueue();