Fixed build.

This commit is contained in:
Nicholas Hastings 2011-06-27 09:35:38 -04:00
parent 5c40e02ee6
commit 52ec8bf049

View File

@ -227,7 +227,7 @@ void InitLogicBridge()
g_LibSys.PathFormat(path, sizeof(path), "%s/bin/matchmaking_ds%s.%s", g_SMAPI->GetBaseDir(), MATCHMAKINGDS_SUFFIX, MATCHMAKINGDS_EXT);
if (mmlib = g_LibSys.OpenLibrary(path, NULL, 0))
if ((mmlib = g_LibSys.OpenLibrary(path, NULL, 0)))
{
core_bridge.matchmakingDSFactory = mmlib->GetSymbolAddress("CreateInterface");
mmlib->CloseLibrary();