]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
removed unused menu animation code
[lugaru.git] / Source / GameInitDispose.cpp
index f87d6eef92349de6e5c7fadf3c98e55f6a86a7f6..1b8699ee479b18d31e0ce2b9488013d23a2151d1 100644 (file)
@@ -839,7 +839,7 @@ void Game::InitGame()
        loadAllSounds();
 
        if(musictoggle)
-         emit_stream_np(stream_music3);
+         emit_stream_np(stream_menutheme);
 
        LoadTexture(":Data:Textures:Cursor.png",&cursortexture,0,1);
 
@@ -858,9 +858,6 @@ void Game::InitGame()
        //LoadTexture(":Data:Textures:Eye.jpg",&Mainmenuitems[5],0,1);
        texdetail=temptexdetail;
 
-       loaddistrib=0;
-       anim=0;
-
        FadeLoadingScreen(95);