diff options
| author | Stijn Buys <ingar@osirion.org> | 2008-11-15 19:24:55 +0000 |
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2008-11-15 19:24:55 +0000 |
| commit | 28ba97bdd8fb6ca352dc49dba01a66bd155ad523 (patch) | |
| tree | eb4abd0505eb842e15201783529814bda1ae6e76 /src/audio | |
| parent | 1f0dbeeabdffff096908473168898c5fa63bcff0 (diff) | |
entity extensions
Diffstat (limited to 'src/audio')
| -rw-r--r-- | src/audio/audio.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/audio.cc b/src/audio/audio.cc index ca30590..84c7e0e 100644 --- a/src/audio/audio.cc +++ b/src/audio/audio.cc @@ -58,7 +58,7 @@ void init() void reset() { - con_print << "^BReloading audio..." << std::endl; + con_print << "^BInitializing audio..." << std::endl; Sources::reset(); Buffers::reset(); |
