- Timestamp:
- Nov 20, 2017, 4:05:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFireball.cc
r11575 r11577 79 79 80 80 81 } 82 83 void SOBFireball::setDirection(const bool direction) 84 { 85 if(direction) 86 { 87 goesRight_=true; 88 } 89 else 90 { 91 goesRight_=false; 92 } 81 93 } 82 94
Note: See TracChangeset
for help on using the changeset viewer.