X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FYoinkApp.hh;h=ad8d694e62619aee1c947e50f901e864310db95d;hp=6a947f9d8dfcb51408798258b2fea42f4c963589;hb=57b78ebe21b1b48acd337daa5a1cb8c383959cfa;hpb=1dd005530930657fd6216edc1dfcfa4c270a81c9 diff --git a/src/YoinkApp.hh b/src/YoinkApp.hh index 6a947f9..ad8d694 100644 --- a/src/YoinkApp.hh +++ b/src/YoinkApp.hh @@ -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; };