Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/presentation: radar shows scattered Mines.
Collision-Lists

File:
1 edited

Legend:

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

    r9149 r9179  
    249249  this->tickLists.push_back(OM_GROUP_01);
    250250  this->tickLists.push_back(OM_GROUP_01_PROJ);
     251  this->tickLists.push_back(OM_GROUP_02);
    251252
    252253  this->drawLists.push_back(OM_ENVIRON_NOTICK);
    253254  this->drawLists.push_back(OM_ENVIRON);
    254   this->drawLists.push_back(OM_COMMON);
    255255  this->drawLists.push_back(OM_GROUP_00);
    256256  this->drawLists.push_back(OM_GROUP_00_PROJ);
    257257  this->drawLists.push_back(OM_GROUP_01);
    258258  this->drawLists.push_back(OM_GROUP_01_PROJ);
     259  this->drawLists.push_back(OM_GROUP_02);
     260  this->drawLists.push_back(OM_COMMON);
    259261
    260262  /* init the pnode tree */
     
    390392    std::string oggFile = ResourceManager::getFullName(name);
    391393    this->music = new OrxSound::OggPlayer(oggFile);
     394    this->music->debug();
    392395    if (this->localPlayer != NULL)
    393396      this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
Note: See TracChangeset for help on using the changeset viewer.