Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6829 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc


Ignore:
Timestamp:
Jan 29, 2006, 2:40:51 PM (18 years ago)
Author:
bensch
Message:

trunk: deault audio-volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r6828 r6829  
    302302  delete PhysicsEngine::getInstance();
    303303
     304  if (this->music != NULL)
     305    delete this->music;
     306  this->music = NULL;
    304307  /* stop the sound eninge */
    305308  SoundEngine::getInstance()->flushAllBuffers();
Note: See TracChangeset for help on using the changeset viewer.