Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 2:54:22 PM (5 years ago)
Author:
peterf
Message:

Improved formatting and added some comments to make the code more precise

File:
1 edited

Legend:

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

    r12319 r12357  
    44
    55#include "PacmanGhost.h"
    6 //#include "getShortestPath.h"
    76
    87
     
    1817                        virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override;
    1918
    20                         //void setNewTargetPink(Vector3 goalToGo);
    21 
    22                         //void nextMove(Vector3 playerPos, Vector3 redPos);
    23 
    24                         //int findPlayerTravDir (Vector3 playerPosBefore, Vector3 playerPos);
    25 
    26                         //Vector3 getPointInFrontOfPacman(Vector3 pacLasVisPos,int indexForSWNE);
    27 
    28                         //Vector3 diffVector (Vector3 start, Vector3 goal);
    29 
    3019        Vector3 pinkPos;
    3120
Note: See TracChangeset for help on using the changeset viewer.