Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2007, 5:42:23 PM (16 years ago)
Author:
nicolape
Message:

Sound is now working in Orxonox! Added a test background sound that plays when starting the game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/audio/src/orxonox/orxonox.cc

    r327 r334  
    192192      {
    193193                                audio::Ambient* bgsound = new audio::Ambient();
     194                                bgsound->play();
    194195                                       
    195196        string levelFile = "sp_level_moonstation.oxw";
Note: See TracChangeset for help on using the changeset viewer.