removed dependency on plib, updated installer, fixed warnings

This commit is contained in:
Chris Danford
2003-01-08 04:16:39 +00:00
parent 5462cb2f6e
commit 7d1c2ea22e
10 changed files with 87 additions and 38 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ ScreenSelectMode::ScreenSelectMode()
this->AddChild( &m_Menu );
m_soundSelect.Load( THEME->GetPathTo("Sounds","menu start") );
m_soundChange.Load( THEME->GetPathTo("Sounds","select style change"), 10 );
m_soundChange.Load( THEME->GetPathTo("Sounds","select style change"), true );
SOUNDMAN->PlayOnceFromDir( ANNOUNCER->GetPathTo("select style intro") );