mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
mindeps build annoyance
This commit is contained in:
@@ -54,7 +54,10 @@ Abaddon::Abaddon()
|
||||
: m_settings(Platform::FindConfigFile())
|
||||
, m_discord(GetSettings().UseMemoryDB) // stupid but easy
|
||||
, m_emojis(GetResPath("/emojis.bin"))
|
||||
, m_audio(GetSettings().Backends) {
|
||||
#ifdef WITH_VOICE
|
||||
, m_audio(GetSettings().Backends)
|
||||
#endif
|
||||
{
|
||||
LoadFromSettings();
|
||||
|
||||
// todo: set user agent for non-client(?)
|
||||
|
||||
Reference in New Issue
Block a user