Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11922


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

Disk quota test 3

File:
1 edited

Legend:

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

    r11921 r11922  
    422422
    423423    bool PacmanGhost::findpos(Vector3 one, Vector3 other){
    424        /* if((abs(one.x - other.x)<0.5) && (abs(one.z - other.z)<0.5)) return true;
    425         return false; */
     424       if((abs(one.x - other.x)<0.5) && (abs(one.z - other.z)<0.5)) return true;
     425        return false;
    426426    }
    427427
Note: See TracChangeset for help on using the changeset viewer.