diff --git a/Graphics/levels/Chapter05/Level01/Level01.MEX b/Graphics/levels/Chapter05/Level01/Level01.MEX index 7a3dab9cf..a3a841ba7 100644 Binary files a/Graphics/levels/Chapter05/Level01/Level01.MEX and b/Graphics/levels/Chapter05/Level01/Level01.MEX differ diff --git a/Graphics/levels/Chapter05/Level01/level01.Mep b/Graphics/levels/Chapter05/Level01/level01.Mep index 8a1031b1f..10e6b9fd8 100644 Binary files a/Graphics/levels/Chapter05/Level01/level01.Mep and b/Graphics/levels/Chapter05/Level01/level01.Mep differ diff --git a/source/enemy/nshell.h b/source/enemy/nshell.h index 23f6a6fe1..68f90610c 100644 --- a/source/enemy/nshell.h +++ b/source/enemy/nshell.h @@ -26,6 +26,7 @@ public: int getFrameCount() {return( 1 );} int getFrame() {return( m_shellType );} u8 hasBeenAttacked() {return( false );} + virtual u8 canCollideWithEnemy() {return( false );} protected: virtual void collidedWith(CThing *_thisThing);