1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

consistancy

This commit is contained in:
Buggem's Fedora PC 2024-12-21 14:14:50 +11:00
parent 3b5108e3de
commit bef03b68ea

View file

@ -89,7 +89,7 @@ int32_t DISCORD_init(void)
return 0; return 0;
#endif #endif
libHandle = SDL_LoadObject(DISCORD_LIBRARY); libHandle = SDL_LoadObject(DISCORD_LIBRARY);
if (!libHandle) if (libHandle == NULL)
{ {
vlog_info(DISCORD_LIBRARY " not found!"); vlog_info(DISCORD_LIBRARY " not found!");
vlog_debug("Can't load object %s : %s\n", DISCORD_LIBRARY, SDL_GetError()); vlog_debug("Can't load object %s : %s\n", DISCORD_LIBRARY, SDL_GetError());