Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 28, 2019, 3:47:15 PM (5 years ago)
Author:
rueegseb
Message:

distinguish the different Ghost when the Ghost is not moving

File:
1 edited

Legend:

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

    r12252 r12259  
    7373            Vector3 actuelposition;
    7474            bool ismoving = false;
    75             int target_x = 0;
     75            int target_x = 0;   // next step
    7676            int target_z = 0;
     77            int goal_x = 0;     // faraway goal to dertmine the direction of the target
     78            int goal_z =0;   
     79
    7780            bool lockmove = false;
    7881            int colour=0;
Note: See TracChangeset for help on using the changeset viewer.