diff options
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index baf8523a..179f6cd5 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -115,9 +115,12 @@ SoundAsset::create (boost::function<boost::filesystem::path (Channel)> get_path) LFE, LS, RS, - /* XXX: not quite sure what these should be yet */ - CHANNEL_7, - CHANNEL_8 + HI, + VI, + LC, + RC, + BSL, + BSR }; assert (int(_channels) <= int(sizeof(channels) / sizeof(Channel))); |
