Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 1, 2006, 12:30:34 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Namespaces for sound

File:
1 edited

Legend:

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

    r7391 r7460  
    335335  if( this->sky != NULL)
    336336    this->localCamera->addChild(this->sky);
    337   SoundEngine::getInstance()->setListener(this->localCamera);
     337  OrxSound::SoundEngine::getInstance()->setListener(this->localCamera);
    338338}
    339339
     
    366366    PRINTF(3)("Setting Sound Track to %s\n", name.c_str());
    367367    std::string oggFile = ResourceManager::getFullName(name);
    368     this->music = new OggPlayer(oggFile);
     368    this->music = new OrxSound::OggPlayer(oggFile);
    369369
    370370    //(OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
Note: See TracChangeset for help on using the changeset viewer.