Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 25, 2018, 1:06:00 PM (7 years ago)
Author:
dreherm
Message:

Other ghost movement

File:
1 edited

Legend:

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

    r11900 r11903  
    5151            void resetGhost();
    5252
     53            void setnewTarget(int firstdec);
     54            void setnewTarget(int firstdec, int seconddec);
     55            void setnewTarget(int firstdec, int seconddec, int thirddec);
     56            void setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec);
     57
     58
    5359            bool findpos(Vector3 one, Vector3 other);
    5460
Note: See TracChangeset for help on using the changeset viewer.