Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 1, 2018, 12:12:17 AM (6 years ago)
Author:
dreherm
Message:

Commit and check ghost class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/Pacman/PacmanGhost.h

    r11843 r11845  
    5454            virtual void rotatePitch(const Vector2& value);
    5555            virtual void rotateRoll(const Vector2& value);
     56
     57            virtual void move();
    5658           
    5759            //virtual void resetGhost();
     
    140142            Vector3 actuelposition;
    141143            Vector3 velocity;
     144            Vector3 resetposition;
    142145    };
    143146
Note: See TracChangeset for help on using the changeset viewer.