Changeset 12379 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- May 16, 2019, 3:00:14 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12376 r12379 224 224 void OrxoBlox::LevelUp(){ 225 225 level_++; 226 int z_ ;226 int z_ = 0; 227 227 228 228 orxout() << "level up called" << endl; -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc
r12376 r12379 150 150 orxoblox_->LevelUp(); 151 151 orxoblox_->LevelUp(); 152 orxout() << "LevelUp 2 finished, trying to call end() function";152 //orxout() << "LevelUp 2 finished, trying to call end() function"; 153 153 //this->end(); 154 154
Note: See TracChangeset
for help on using the changeset viewer.