Changeset 420 for code/branches/FICN/src/audio
- Timestamp:
- Dec 5, 2007, 7:49:35 PM (17 years ago)
- Location:
- code/branches/FICN/src/audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/audio/AudioIncludes.h
r404 r420 11 11 #include <vorbis/vorbisfile.h> 12 12 13 #include "../orxonox/core/Error.h" 14 -
code/branches/FICN/src/audio/AudioManager.cc
r419 r420 10 10 bgSound.display(); 11 11 12 orxonox::Error("Sound loaded!"); 13 12 14 if(!bgSound.playback()) 13 15 {
Note: See TracChangeset
for help on using the changeset viewer.