]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.cc
moving from SDL_sound to libvorbisfile
[chaz/yoink] / src / YoinkApp.cc
index 597a74ff79d24b11a7bf54d7dc91e5dfc6758ed1..77f5c7318d0a9b8f7676e305f020c4d492ae2b7a 100644 (file)
@@ -102,7 +102,7 @@ static std::string iconFile()
 
 YoinkApp::YoinkApp(int argc, char* argv[]) :
        Mf::Engine(argc, argv, configFiles(), PACKAGE_STRING, iconFile()),
-       music("BeatTheCube"),
+       music("NightFusionIntro"),
        punchSound("RobotPunch")
 {
        Mf::dispatcher::addHandler("video.context_recreated",
@@ -174,7 +174,7 @@ void YoinkApp::contextRecreated(const Mf::Notification* note)
 
 void YoinkApp::update(Mf::Scalar t, Mf::Scalar dt)
 {
-       dt *= 0.7;
+       //dt *= 0.7;
 
        music.update(t, dt);
        fadeIn.update(dt);
This page took 0.018109 seconds and 4 git commands to generate.