Enable the dummy audio provider in release builds. Closes #1425.

Originally committed to SVN as r6358.
This commit is contained in:
Thomas Goyne 2012-01-25 19:06:56 +00:00
parent e7307d249e
commit d798d69849
1 changed files with 0 additions and 2 deletions

View File

@ -508,10 +508,8 @@ namespace cmd {
reg(new audio_commit);
reg(new audio_go_to);
reg(new audio_open);
#if _DEBUG
reg(new audio_open_blank);
reg(new audio_open_noise);
#endif
reg(new audio_open_video);
reg(new audio_play_after);
reg(new audio_play_before);