This commit is contained in:
parent
8db11f1e0f
commit
2f2da8d1e7
3 changed files with 54 additions and 24 deletions
|
@ -124,7 +124,7 @@
|
|||
#include <ACTOR_SPONGEBOB_GLOVE_Anim.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "fx\fx.h"
|
||||
/*----------------------------------------------------------------------
|
||||
Tyepdefs && Defines
|
||||
------------------- */
|
||||
|
@ -672,6 +672,13 @@ void CPlayer::think(int _frames)
|
|||
{
|
||||
int i;
|
||||
|
||||
#ifdef __USER_daveo__
|
||||
if(PadGetDown(0)&PAD_R1)
|
||||
{
|
||||
TestFX(getPos());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
if(PadGetDown(0)&PAD_L1&&m_currentMode!=PLAYER_MODE_DEAD)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue