Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6827 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Jan 29, 2006, 2:10:48 PM (18 years ago)
Author:
bensch
Message:

trunk: Music should be loadable

File:
1 edited

Legend:

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

    r6780 r6827  
    366366  PNode::getNullParent()->updateNode (this->dtS);
    367367  SoundEngine::getInstance()->update();
    368   //music->update();
     368
     369  if (this->dataTank->music != NULL)
     370    this->dataTank->music->update();
    369371}
    370372
     
    435437
    436438  engine->draw();
    437 
    438   /* final draw command */
    439439}
    440440
Note: See TracChangeset for help on using the changeset viewer.