Changeset 7854 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Feb 11, 2011, 1:03:47 PM (14 years ago)
- Location:
- code/trunk/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSLevel.cc
r7284 r7854 154 154 if (find == this->staticObjects_.end()) 155 155 { 156 COUT(3) << ++i << ": " << it->getIdentifier()->getName() << " (" << *it << ')'<< std::endl;156 COUT(3) << ++i << ": " << it->getIdentifier()->getName() << " (" << *it << "), references: " << it->getReferenceCount() << std::endl; 157 157 } 158 158 } -
code/trunk/src/orxonox/gamestates/GSMainMenu.cc
r7689 r7854 77 77 { 78 78 // Load sound 79 this->ambient_ = new AmbientSound(0); 80 this->ambient_->setSyncMode(0x0); 79 this->ambient_ = new AmbientSound(); 81 80 } 82 81 }
Note: See TracChangeset
for help on using the changeset viewer.