added editor settings if Sokoban fields and objects need to be solved
[rocksndiamonds.git] / src / netserv.c
index a2325b143c97919655e63bd5e388e75a48d0d81c..25055e019e06a73745d5c2353ea4482e62156ec7 100644 (file)
@@ -831,8 +831,8 @@ static void ExitNetworkServer(int exit_value)
   exit(exit_value);
 }
 
-/* the following is not used for a standalone server;
-   the pointer points to an integer containing the port-number */
+// the following is not used for a standalone server;
+// the pointer points to an integer containing the port-number
 int NetworkServerThread(void *ptr)
 {
   NetworkServer(*((int *) ptr), 0);