diff --git a/source/networkop.cpp b/source/networkop.cpp index ac457d3..ce05247 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -328,8 +328,11 @@ bool InitializeNetwork(bool silent) break; retry = ErrorPromptRetry("Unable to initialize network!"); - + #ifdef HW_RVL if(networkInit && net_gethostip() > 0) +#else + if(networkInit) +#endif return true; } return networkInit;