This commit is contained in:
Paul 2001-06-21 19:08:45 +00:00
parent 9502454217
commit a1a8a6b4a4
3 changed files with 14 additions and 2 deletions

View File

@ -29,4 +29,12 @@ CrouchDown
CrouchUp
LookUp
IdleBigEye
IdleFaceUpSideDown
IdleFaceUpSideDown
IdleBandAid
IdleEyePop
IdleInHat
IdleMature
IdleMoustache
IdleNoFace
IdleNet
IdleZorro

View File

@ -19,4 +19,6 @@ DeathSpin
GetHit
CrouchDown
CrouchUp
LookUp
LookUp
IdleNet
IdleWeapon

View File

@ -132,6 +132,8 @@ static CPlayerState *s_stateTable[]=
&s_stateLookUp, // STATE_LOOKUP
&s_stateLookUpRelax, // STATE_LOOKUPRELAX
&s_stateJumpBack, // STATE_JUMPBACK
NULL, // STATE_CART
NULL, // STATE_FLOAT
};