This commit is contained in:
parent
943daf2602
commit
45c58d0a64
3 changed files with 13 additions and 4 deletions
|
@ -19,11 +19,11 @@
|
|||
-------- */
|
||||
|
||||
#ifndef __GAME_THING_H__
|
||||
#include "Game/Thing.h"
|
||||
#include "game/thing.h"
|
||||
#endif
|
||||
|
||||
#ifndef __SKEL_HEADER__
|
||||
#include "Gfx/Skel.h"
|
||||
#ifndef __GFX_SKELSPNG_H__
|
||||
#include "gfx/skelspng.h"
|
||||
#endif
|
||||
|
||||
#ifndef __DATA_STRUCTS_HEADER__
|
||||
|
@ -188,7 +188,7 @@ private:
|
|||
static const AnimSfx s_animSfx[];
|
||||
int m_animFrame;
|
||||
int m_animNo;
|
||||
CSkel m_skel;
|
||||
CSkelSpongeBob m_skel;
|
||||
|
||||
DVECTOR m_moveVel;
|
||||
int m_facing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue