A couple of minor changes on the UI.

This commit is contained in:
spartanj
2010-10-31 16:54:36 -03:00
parent 34f3f4048b
commit 6fc41c6f97
5 changed files with 33 additions and 23 deletions

View File

@@ -292,7 +292,7 @@ void cEETest::Init() {
if ( Mus.OpenFromPack( &PAK, "music.ogg" ) ) {
Mus.Loop(true);
Mus.Volume( 0.f );
//Mus.Volume( 0.f );
Mus.Play();
}