Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6831 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jan 29, 2006, 3:11:25 PM (19 years ago)
Author:
bensch
Message:

trunk: ClassID (classList) cleanup

File:
1 edited

Legend:

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

    r6829 r6831  
    321321  PRINTF(3)("Setting Sound Track to %s\n", name);
    322322  this->music = (OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
    323   if (this->music)
    324     this->music->debug();
    325 }
    326 
    327 
     323}
     324
     325
Note: See TracChangeset for help on using the changeset viewer.