added a much-needed 'info' notify output for loading audio files

This commit is contained in:
Chris Brunner 2010-03-24 00:07:17 +00:00
parent fb9d65b149
commit d4bb6e276a

View File

@ -148,6 +148,7 @@ get_sound(const string &file_name, bool, int) {
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
vfs->resolve_filename(path, get_model_path());
audio_info("Reading "<<path);
audio_debug(" resolved file_name is '"<<path<<"'");
PT(SoundData) sd;