This commit is contained in:
Paul 2001-07-03 21:30:32 +00:00
parent f0e3d445e0
commit 4f259b6eeb
2 changed files with 10 additions and 0 deletions

View File

@ -86,6 +86,10 @@
#include "player\psdance.h"
#endif
#ifndef __PLAYER_PSSWAL_H__
#include "player\psswal.h"
#endif
/* Std Lib
------- */
@ -142,6 +146,7 @@ static CPlayerState *s_stateTable[]=
NULL, // STATE_CART
NULL, // STATE_FLOAT
&s_stateDance, // STATE_CELEBRATE
&s_stateSwallow, // STATE_SWALLOW
};

View File

@ -86,6 +86,10 @@
#include "player\psdance.h"
#endif
#ifndef __PLAYER_PSSWAL_H__
#include "player\psswal.h"
#endif
/* Std Lib
------- */
@ -142,6 +146,7 @@ static CPlayerState *s_stateTable[]=
NULL, // STATE_CART
NULL, // STATE_FLOAT
&s_stateDance, // STATE_CELEBRATE
&s_stateSwallow, // STATE_SWALLOW
};