diff --git a/makefile.gaz b/makefile.gaz index 4fa18931c..fb48c4bf7 100644 --- a/makefile.gaz +++ b/makefile.gaz @@ -100,6 +100,7 @@ gfx_src := prim \ font \ bubicles \ skel \ + skelspng \ anim # camera \ diff --git a/source/player/player.h b/source/player/player.h index a96fec2a0..fa297b261 100644 --- a/source/player/player.h +++ b/source/player/player.h @@ -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; diff --git a/users/paul/spongebob project/spongebob project.dsp b/users/paul/spongebob project/spongebob project.dsp index c4fc439c6..c4c09f1e9 100644 --- a/users/paul/spongebob project/spongebob project.dsp +++ b/users/paul/spongebob project/spongebob project.dsp @@ -421,6 +421,14 @@ SOURCE=..\..\..\source\gfx\skel.h # End Source File # Begin Source File +SOURCE=..\..\..\source\gfx\skelspng.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\source\gfx\skelspng.h +# End Source File +# Begin Source File + SOURCE=..\..\..\source\gfx\sprbank.cpp # End Source File # Begin Source File