Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Commit and check ghost class 3

File:
1 edited

Legend:

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

    r11846 r11847  
    5555            virtual void rotateRoll(const Vector2& value);
    5656
    57             void move();
     57            void move(float dt);
    5858           
    5959            //virtual void resetGhost();
     
    140140            int target_x = 0;
    141141            int target_z = 0;
    142             Vector3 actuelposition;
    143             Vector3 velocity;
    144             Vector3 resetposition;
     142            btVector3 actuelposition;
     143            btVector3 velocity;
     144            btVector3 resetposition;
    145145    };
    146146
Note: See TracChangeset for help on using the changeset viewer.