This commit is contained in:
parent
39f3e1a5d5
commit
91ae454d7f
37 changed files with 753 additions and 122 deletions
|
@ -82,6 +82,10 @@
|
|||
#include "player\psspring.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLAYER_PSDANCE_H__
|
||||
#include "player\psdance.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -137,6 +141,7 @@ static CPlayerState *s_stateTable[]=
|
|||
&s_stateJumpBack, // STATE_JUMPBACK
|
||||
NULL, // STATE_CART
|
||||
NULL, // STATE_FLOAT
|
||||
&s_stateDance, // STATE_CELEBRATE
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue