X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=f3814430e72417f87cd007fe29f4ab23efec5656;hp=f2a70f97f43e0bbe1ca28f9ec395f769cc368013;hb=6f1b787a10d8ab1a3117a4b8c004dd2d90599608;hpb=1da520638918096276158ecdfaeebc14a3d70be7 diff --git a/src/GameLayer.hh b/src/GameLayer.hh index f2a70f9..f381443 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -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;