Changeset 349 for code/branches/audio/src/orxonox
- Timestamp:
- Nov 29, 2007, 4:48:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/audio/src/orxonox/orxonox.cc
r338 r349 41 41 #include "xml/xmlParser.h" 42 42 #include "loader/LevelLoader.h" 43 #include "audio/A mbient.h"43 #include "audio/AudioManager.h" 44 44 45 45 … … 191 191 void createScene(void) 192 192 { 193 audio::A mbient* bgsound = new audio::Ambient("wavdata/pirate.wav");194 bgsound->play();193 audio::AudioManager* auMan = new audio::AudioManager(); 194 195 195 196 196 string levelFile = "sp_level_moonstation.oxw";
Note: See TracChangeset
for help on using the changeset viewer.