mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-31 22:19:44 +01:00
Fix bad implementation of inversion of discordDetected
This commit is contained in:
parent
7fcba8510e
commit
5cbf03d71b
1 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@ int32_t DISCORD_init(void)
|
|||
|
||||
if(DiscordCreate(DISCORD_VERSION, ¶ms, &app.core) != DiscordResult_Ok)
|
||||
{
|
||||
discordDetected = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -113,7 +114,7 @@ int32_t DISCORD_init(void)
|
|||
app.activityMan->update_activity(app.activityMan, &activity, NULL, NULL);
|
||||
|
||||
|
||||
|
||||
discordDetected = true;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue