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:
parent
71967d44fd
commit
825042b32c
@ -936,7 +936,7 @@ QString AOApplication::get_custom_realization(QString p_char)
|
|||||||
|
|
||||||
if (f_result == "")
|
if (f_result == "")
|
||||||
return get_sfx("realization");
|
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()
|
bool AOApplication::get_blank_blip()
|
||||||
|
Loading…
Reference in New Issue
Block a user