fix compilation on GameCube

This commit is contained in:
dborth 2011-02-10 18:06:06 +00:00
parent 0d8957a9cb
commit 47ff4b7397

View File

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