diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-20 17:36:48 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-20 17:36:48 +0000 |
commit | ed36610840d6b845a7ac9706502c447a5b773b31 (patch) | |
tree | f9b52833381e5bd4b84ea07894f7af6d079dca3a /src | |
parent | aaaae14884eefe5571b5c5d6ce1606085e0b9376 (diff) |
default sound ui/nosnd
Diffstat (limited to 'src')
-rw-r--r-- | src/audio/audio.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/audio.cc b/src/audio/audio.cc index 8b65879..f031841 100644 --- a/src/audio/audio.cc +++ b/src/audio/audio.cc @@ -39,9 +39,9 @@ void init() Sources::init(); - //con_debug << " device ^B" << alcGetString(audio_device, ALC_DEFAULT_DEVICE_SPECIFIER) << std::endl; - load("com/chat"); - load("com/hail"); + con_debug << " audio device ^B" << alcGetString(audio_device, ALC_DEFAULT_DEVICE_SPECIFIER) << std::endl; + load("ui/nosnd"); + load("ui/console"); } void load (const char *name) |