Changeset 8079 for code/trunk/src/orxonox/sound
- Timestamp:
- Mar 15, 2011, 9:47:11 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/sound/AmbientSound.cc
r7856 r8079 29 29 #include "AmbientSound.h" 30 30 31 #include "core/CoreIncludes.h" 31 32 #include "core/GameMode.h" 32 33 #include "core/Resource.h" … … 38 39 : bPlayOnLoad_(false) 39 40 { 41 RegisterObject(AmbientSound); 42 40 43 // Ambient sounds always fade in 41 44 this->setVolume(0);
Note: See TracChangeset
for help on using the changeset viewer.