Changeset 11922
- Timestamp:
- Apr 29, 2018, 1:57:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11921 r11922 422 422 423 423 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; 426 426 } 427 427
Note: See TracChangeset
for help on using the changeset viewer.