This commit is contained in:
parent
f0e3d445e0
commit
4f259b6eeb
2 changed files with 10 additions and 0 deletions
|
@ -86,6 +86,10 @@
|
||||||
#include "player\psdance.h"
|
#include "player\psdance.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __PLAYER_PSSWAL_H__
|
||||||
|
#include "player\psswal.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Std Lib
|
/* Std Lib
|
||||||
------- */
|
------- */
|
||||||
|
@ -142,6 +146,7 @@ static CPlayerState *s_stateTable[]=
|
||||||
NULL, // STATE_CART
|
NULL, // STATE_CART
|
||||||
NULL, // STATE_FLOAT
|
NULL, // STATE_FLOAT
|
||||||
&s_stateDance, // STATE_CELEBRATE
|
&s_stateDance, // STATE_CELEBRATE
|
||||||
|
&s_stateSwallow, // STATE_SWALLOW
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,10 @@
|
||||||
#include "player\psdance.h"
|
#include "player\psdance.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __PLAYER_PSSWAL_H__
|
||||||
|
#include "player\psswal.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Std Lib
|
/* Std Lib
|
||||||
------- */
|
------- */
|
||||||
|
@ -142,6 +146,7 @@ static CPlayerState *s_stateTable[]=
|
||||||
NULL, // STATE_CART
|
NULL, // STATE_CART
|
||||||
NULL, // STATE_FLOAT
|
NULL, // STATE_FLOAT
|
||||||
&s_stateDance, // STATE_CELEBRATE
|
&s_stateDance, // STATE_CELEBRATE
|
||||||
|
&s_stateSwallow, // STATE_SWALLOW
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue