mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Make Discord not required to exist - thanks @Daaaav
This commit is contained in:
parent
76d43683be
commit
ce111cf6c6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int32_t DISCORD_init(void)
|
|||
|
||||
struct DiscordCreateParams params;
|
||||
params.client_id = DISCORD_CLIENT_ID;
|
||||
params.flags = DiscordCreateFlags_Default;
|
||||
params.flags = DiscordCreateFlags_NoRequireDiscord;
|
||||
|
||||
if(!DiscordCreate(DISCORD_VERSION, ¶ms, &app.core))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue