Changeset 12289 for code/trunk/src/modules
- Timestamp:
- Apr 11, 2019, 1:56:31 PM (6 years ago)
- Location:
- code/trunk/src/modules/pacman
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pacman/CMakeLists.txt
r11960 r12289 6 6 PacmanPointAfraid.cc 7 7 PacmanHUDinfo.cc 8 getShortestPath.cc 9 8 10 ) 9 11 -
code/trunk/src/modules/pacman/PacmanGhost.h
r11992 r12289 58 58 bool dontmove = false; 59 59 60 60 61 private: 61 62 int decision = 0;
Note: See TracChangeset
for help on using the changeset viewer.