This commit is contained in:
parent
09d09e136d
commit
6c5e152bb8
33 changed files with 171 additions and 731 deletions
|
@ -60,7 +60,7 @@
|
|||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateRun::enter(CPlayerModeBasic *_playerMode)
|
||||
void CPlayerStateRun::enter(CPlayerModeBase *_playerMode)
|
||||
{
|
||||
int controlHeld;
|
||||
controlHeld=_playerMode->getPadInputHeld();
|
||||
|
@ -93,7 +93,7 @@ void CPlayerStateRun::enter(CPlayerModeBasic *_playerMode)
|
|||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateRun::think(CPlayerModeBasic *_playerMode)
|
||||
void CPlayerStateRun::think(CPlayerModeBase *_playerMode)
|
||||
{
|
||||
int controlDown,controlHeld;
|
||||
int switchedState=false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue