Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11919


Ignore:
Timestamp:
Apr 29, 2018, 1:21:26 PM (6 years ago)
Author:
dreherm
Message:

Added movements 2

Location:
code/branches/3DPacman_FS18/src/modules/pacman
Files:
2 edited

Legend:

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

    r11917 r11919  
    7575    {
    7676        SUPER(PacmanGhost, XMLPort, xmlelement, mode);
    77 
    78         XMLPortParam(PacmanGhost, "resetposition", setResetPosition, getResetPosition, xmlelement, mode);
    7977    }
    8078
  • code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h

    r11903 r11919  
    5757
    5858
    59             bool findpos(Vector3 one, Vector3 other);
    60 
    61             inline void setResetPosition(Vector3 rpos)
    62                 { this->resetposition = rpos; }   
    63            
    64             inline Vector3 getResetPosition()
    65                { return this->resetposition; }       
    66 
     59            bool findpos(Vector3 one, Vector3 other);     
    6760
    6861
Note: See TracChangeset for help on using the changeset viewer.