fix compilation on GameCube

This commit is contained in:
dborth 2011-02-10 18:06:13 +00:00
parent e05138c353
commit 82951bf41d

View File

@ -328,8 +328,11 @@ bool InitializeNetwork(bool silent)
break; break;
retry = ErrorPromptRetry("Unable to initialize network!"); retry = ErrorPromptRetry("Unable to initialize network!");
#ifdef HW_RVL
if(networkInit && net_gethostip() > 0) if(networkInit && net_gethostip() > 0)
#else
if(networkInit)
#endif
return true; return true;
} }
return networkInit; return networkInit;