Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9180 in orxonox.OLD for branches/presentation/src/story_entities


Ignore:
Timestamp:
Jul 5, 2006, 12:49:40 AM (19 years ago)
Author:
bensch
Message:

less errors/segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/story_entities/game_world_data.cc

    r9179 r9180  
    392392    std::string oggFile = ResourceManager::getFullName(name);
    393393    this->music = new OrxSound::OggPlayer(oggFile);
    394     this->music->debug();
    395394    if (this->localPlayer != NULL)
    396395      this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
Note: See TracChangeset for help on using the changeset viewer.