]> Dogcows Code - chaz/yoink/blobdiff - src/GameLayer.hh
mesh and other random adjustments
[chaz/yoink] / src / GameLayer.hh
index f2a70f97f43e0bbe1ca28f9ec395f769cc368013..f3814430e72417f87cd007fe29f4ab23efec5656 100644 (file)
@@ -61,19 +61,14 @@ private:
        void loadSceneLoader();
        void advanceScene(moof::settings& settings);
 
-       void thinkTimer();
-
        void projection();
        void projection(moof::scalar width, moof::scalar height);
 
-       GameState               state_;
-       moof::timer             mThinkTimer;
+       mutable GameState               state_;
 
        HudP                    mHud;
 
-       //moof::sound_stream    mMusic;
        moof::sound     punch_sound_;
-       
        moof::sound             music_;
 
        moof::ray2              mRay;
This page took 0.019419 seconds and 4 git commands to generate.