diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-11-25 15:35:13 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-11-25 15:35:13 -0600 |
commit | db34c0af338b8cf04f50b4ade98668869fd303e1 (patch) | |
tree | e373abe027205c0e8414cf6146ded59112b0ab72 /src/koopatlas/player.h | |
parent | 72b9b71b5b7fb5757849d19af3dfae21d0ab9c92 (diff) | |
parent | 1609b49c5c1777e663909b1936b2f8921677f230 (diff) | |
download | kamek-db34c0af338b8cf04f50b4ade98668869fd303e1.tar.gz kamek-db34c0af338b8cf04f50b4ade98668869fd303e1.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to 'src/koopatlas/player.h')
-rw-r--r-- | src/koopatlas/player.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/koopatlas/player.h b/src/koopatlas/player.h index 70d6bf5..db9b16a 100644 --- a/src/koopatlas/player.h +++ b/src/koopatlas/player.h @@ -37,24 +37,6 @@ class daWMPlayer_c : public dActor_c { static daWMPlayer_c *build(); static daWMPlayer_c *instance; - - struct state_s { - Vec pos, scale; - S16Vec rot; - const char *repeatedEffect, *nowEffect; - int repeatedSound, nowSound; - int anim; - float animFrame, animUnk, animUpdateRate; - float jumpOffset; - }; - - bool stateHistoryBuilt; - static const int SUBPLAYER_DISTANCE = 15; - static const int STATE_COUNT = (SUBPLAYER_DISTANCE * 3) + 1; - state_s stateHistory[STATE_COUNT]; - - int nextNowSound; - const char *nextNowEffect; }; #endif |