Fix a really obscure bug breaking custom realization sound effects (realization=thing) char.ini definition not starting from base/sounds/general folder

This commit is contained in:
Crystalwarrior 2020-03-22 22:26:46 +03:00
parent 71967d44fd
commit 825042b32c

View File

@ -936,7 +936,7 @@ QString AOApplication::get_custom_realization(QString p_char)
if (f_result == "")
return get_sfx("realization");
else return get_sfx_suffix(f_result);
else return get_sfx_suffix(get_sounds_path(f_result));
}
bool AOApplication::get_blank_blip()