csmash/csmash-0.6.6-return_value.diff
2010-11-10 20:00:53 +00:00

13 lines
299 B
Diff

Index: Network.cpp
===================================================================
--- Network.cpp.orig
+++ Network.cpp
@@ -750,6 +750,7 @@ ConnectToServer() {
throw NetworkError();
}
#endif
+return(0); /* return value of this function is not used in MultiPlayerSelect.cpp*/
}
void