mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +01:00
Finish formatting
This commit is contained in:
parent
d35fb29541
commit
9c05ffed34
1 changed files with 6 additions and 4 deletions
|
@ -51,7 +51,8 @@ static void* libHandle = NULL;
|
||||||
FUNC_LIST
|
FUNC_LIST
|
||||||
#undef FOREACH_FUNC
|
#undef FOREACH_FUNC
|
||||||
|
|
||||||
bool DISCORD_REQUIRE(int x) {
|
bool DISCORD_REQUIRE(int x)
|
||||||
|
{
|
||||||
if (!discordDetected && discordPostInit)
|
if (!discordDetected && discordPostInit)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
@ -143,7 +144,8 @@ int32_t DISCORD_init(void)
|
||||||
|
|
||||||
void DISCORD_update(const char* area, const char* roomname)
|
void DISCORD_update(const char* area, const char* roomname)
|
||||||
{
|
{
|
||||||
if(libHandle == NULL) {
|
if (libHandle == NULL)
|
||||||
|
{
|
||||||
// no discord or just shutdown
|
// no discord or just shutdown
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue