This commit is contained in:
parent
cef0e7cf12
commit
f950684bc2
9 changed files with 113 additions and 69 deletions
|
@ -103,9 +103,9 @@ void CPlayerStateButtBounceFall::enter(CPlayer *_player)
|
|||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateButtBounceFall::think(CPlayer *_player)
|
||||
{
|
||||
PlayerMetrics *metrics;
|
||||
int control;
|
||||
DVECTOR move;
|
||||
const PlayerMetrics *metrics;
|
||||
int control;
|
||||
DVECTOR move;
|
||||
|
||||
metrics=getPlayerMetrics(_player);
|
||||
control=getPadInput(_player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue