]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
more featureful sound class
[chaz/yoink] / src / YoinkApp.hh
index 6a947f9d8dfcb51408798258b2fea42f4c963589..ad8d694e62619aee1c947e50f901e864310db95d 100644 (file)
@@ -69,8 +69,7 @@ private:
        void setupGL();
        void contextRecreated(const Mf::Notification* note);
 
-       Mf::Lerps musicFade;
-       Mf::SoundStream music;
+       Mf::Sound music;
 
        CharacterP heroine;
        Mf::Sound punchSound;
@@ -82,9 +81,6 @@ private:
        Mf::Camera camera;
        Mf::SceneP testScene;
 
-       Mf::Scalar state;
-       Mf::Scalar prevstate;
-
        Hud hud;
 };
 
This page took 0.019863 seconds and 4 git commands to generate.