Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 28, 2007, 1:35:33 AM (18 years ago)
Author:
patrick
Message:

added a script interface to game world for displaying txt

File:
1 edited

Legend:

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

    r10400 r10428  
    416416    std::string oggFile = Resources::ResourceManager::getInstance()->prependAbsoluteMainPath(name);
    417417    this->music = new OrxSound::OggPlayer(oggFile);
    418     if (this->localPlayer != NULL)
    419       this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
     418//     if (this->localPlayer != NULL)
     419//       this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
    420420
    421421    //(OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
Note: See TracChangeset for help on using the changeset viewer.