- Timestamp:
- May 4, 2018, 11:39:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.cc
r11942 r11943 138 138 139 139 void setAfraid(){ 140 afraid = true;141 t imer = 10; //Set timer to 10 seconds140 this->afraid = true; 141 this->timer = 10; //Set timer to 10 seconds 142 142 } 143 143
Note: See TracChangeset
for help on using the changeset viewer.