- Timestamp:
- Jan 29, 2006, 2:40:51 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r6222 r6829 51 51 52 52 this->maxSourceCount = 32; 53 54 this->effectsVolume = .80; 55 this->musicVolume = .75; 53 56 } 54 57 -
trunk/src/story_entities/game_world_data.cc
r6828 r6829 302 302 delete PhysicsEngine::getInstance(); 303 303 304 if (this->music != NULL) 305 delete this->music; 306 this->music = NULL; 304 307 /* stop the sound eninge */ 305 308 SoundEngine::getInstance()->flushAllBuffers();
Note: See TracChangeset
for help on using the changeset viewer.