This commit is contained in:
parent
afaccf62dd
commit
d16d2ce244
9 changed files with 104 additions and 9 deletions
|
@ -74,6 +74,10 @@
|
|||
#include "player\pscart.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLAYER_PSSWAL_H__
|
||||
#include "player\psswal.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLAYER_PSFLOAT_H__
|
||||
#include "player\psfloat.h"
|
||||
#endif
|
||||
|
@ -142,6 +146,7 @@ static CPlayerState *s_stateTable[]=
|
|||
&s_stateCart, // STATE_CART
|
||||
&s_stateFloat, // STATE_FLOAT
|
||||
&s_stateDance, // STATE_CELEBRATE
|
||||
&s_stateSwallow, // STATE_SWALLOW
|
||||
};
|
||||
|
||||
static PlayerMetrics s_playerMetrics=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue