11 lines
187 B
Diff
11 lines
187 B
Diff
|
--- Network.cpp
|
||
|
+++ Network.cpp
|
||
|
@@ -750,6 +750,7 @@
|
||
|
throw NetworkError();
|
||
|
}
|
||
|
#endif
|
||
|
+return(0); /* return value of this function is not used in MultiPlayerSelect.cpp*/
|
||
|
}
|
||
|
|
||
|
void
|