This commit is contained in:
Paul 2001-01-22 22:58:12 +00:00
parent cef0e7cf12
commit f950684bc2
9 changed files with 113 additions and 69 deletions

View file

@ -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);