diff --git a/source/networkop.cpp b/source/networkop.cpp index c960885..4a035a3 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -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;