Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2018, 4:11:19 PM (6 years ago)
Author:
dreherm
Message:

Game playable

File:
1 edited

Legend:

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

    r11898 r11915  
    4949            bool taken(Vector3 playerpos);
    5050            void resetPacmanPointSphere();
    51 
    52             inline void setResetPosition(Vector3 rpos)
    53                 { this->resetposition = rpos; }   
    54            
    55             inline Vector3 getResetPosition()
    56                { return this->resetposition; }       
    57 
    5851        private:
    5952           
Note: See TracChangeset for help on using the changeset viewer.